Files
AmbienteJa/app/views/layouts/application.haml
2019-05-29 21:06:15 +03:00

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