summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2010-11-30 22:47:45 -0700
committerBen Beltran <ben@nsovocal.com>2010-11-30 22:47:45 -0700
commit3e43ab35988daae6dc69e6682aad4285f693ee8e (patch)
tree1ad34d661f535fd81aa0837e91999ceb590b3a9e /views/layout.haml
Primer Commit.
Agregando el primer commit del app. Un "Hello World" por asi decirlo.
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml18
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