informativo basico
This commit is contained in:
13
app/views/layouts/application.haml
Normal file
13
app/views/layouts/application.haml
Normal file
@@ -0,0 +1,13 @@
|
||||
!!!
|
||||
%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
|
||||
Reference in New Issue
Block a user