From 3e43ab35988daae6dc69e6682aad4285f693ee8e Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 30 Nov 2010 22:47:45 -0700 Subject: Primer Commit. Agregando el primer commit del app. Un "Hello World" por asi decirlo. --- views/layout.haml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 views/layout.haml (limited to 'views/layout.haml') 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 -- cgit