14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
%title Ambiente Já!
|
|
= csrf_meta_tags
|
|
= csp_meta_tag
|
|
= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Inconsolata&display=swap"
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
%body
|
|
|
|
%h1= "Ambiente Já!"
|
|
= yield
|