diff options
Diffstat (limited to 'views/layout.haml')
| -rw-r--r-- | views/layout.haml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml new file mode 100644 index 0000000..2954a06 --- /dev/null +++ b/views/layout.haml @@ -0,0 +1,18 @@ +!!! 5 +%html + %head + %title ¡Grita! + %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'} + %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/ + %body + #wrapper + #header + %a{:id => 'logo', :href=> '/'}< + %span Grita! + #description + :markdown + Un servicio sencillo: **(1)** Encuentra algo que quieras decir. **(2)** escribelo en el espacio que se encuentra abajo. **(3a)** Compartelo por medio de internet con un sencillo link. **(3b)** Compartelo físicamente con códigos que puedes imprimir para que sean leídos con un celular. + %hr/ + #body + =yield + #footer
\ No newline at end of file |