-
-
Save Phrogz/9124666 to your computer and use it in GitHub Desktop.
Revisions
-
Phrogz revised this gist
Feb 20, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ %meta(name="author" content="") %meta(name="description" content="") %meta(name="revisit-after" content="3 days") %link(href="http://creativecommons.org/licenses/by/4.0/" rel="license" title="Creative Commons Attribution License") %link(href="/css/screen.css" media="screen" rel="stylesheet") %body %header -
Phrogz revised this gist
Feb 20, 2014 . 1 changed file with 24 additions and 34 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,49 +1,39 @@ !!! 5 %html %head %meta(charset="utf-8") %title Page Title %meta(name="author" content="") %meta(name="description" content="") %meta(name="revisit-after" content="3 days") %link(href="http://creativecommons.org/licenses/by/4.0/" rel="license" title="Creative Commons Attribution License" } %link(href="/css/screen.css" media="screen" rel="stylesheet") %body %header %h1 Page Title %nav %ul %li= "Menu Item" #content %article %header %h2 Article Title %p Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by Me %section %p It doesn't look so shiny to me. I just want to talk. It has nothing to do with mating. Fry, that doesn't make sense. Why would I want to know that? %p They're like sex, except I'm having them! You seem malnourished. Are you suffering from intestinal parasites? Yeah. Give a little credit to our public schools. %aside %h2 The Sidebar %p Michelle, I don't regret this, but I both rue and lament it. Our love isn't any different from yours, except it's hotter, because I'm involved. Bender, quit destroying the universe! Robot 1-X, save my friends! And Zoidberg! %footer Copyright © 2014 My Name -
fnhipster revised this gist
Apr 26, 2012 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,13 @@ !!! 5 %html %head %title= "Your Website" %meta{ :content => "", :name => "description" } %meta{ :content => "", :name => "author" } %meta{ :content => "3 days", :name => "revisit-after" } %link{ :href => "http://creativecommons.org/licenses/by/3.0/", :rel => "license", :title => "Creative Commons Attribution 3.0 Unported License" } %link{ :href => "/feed", :rel => "alternate", :title => "Atom", :type => "application/atom+xml" } %link{ :href => "/css/screen.css", :media => "screen", :rel => "stylesheet" } %body %header %nav -
Carlos A. Cabrera revised this gist
Jan 24, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ %header %h2= "Article Title" %p Posted on %time{ :datetime => "2009-09-04T16:31:24+02:00" }= "September 4th 2009" by %a{ :href => "#" }= "Author Name" -
Carlos A. Cabrera created this gist
Apr 9, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,50 @@ !!! 5 %html{ :lang => "en"} %head %title= "Your Website" <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> %meta{ :content => "", :name => "description" } %meta{ :content => "", :name => "author" } %meta{ :content => "3 days", :name => "revisit-after" } %link{ :href => "http://creativecommons.org/licenses/by/3.0/", :rel => "license", :title => "Creative Commons Attribution 3.0 Unported License" } %link{ :href => "/feed", :rel => "alternate", :title => "Atom", :type => "application/atom+xml" } %link{ :charset => "utf-8", :href => "/css/screen.css", :media => "screen", :rel => "stylesheet", :type => "text/css" } %body %header %nav %ul %li= "Menu Item" %section %article %header %h2= "Article Title" %p Poste on %time{ :datetime => "2009-09-04T16:31:24+02:00" }= "September 4th 2009" by %a{ :href => "#" }= "Author Name" - %a{ :href => "#" }= "6 comments" %article %p It doesn't look so shiny to me. I just want to talk. It has nothing to do with mating. Fry, that doesn't make sense. Why would I want to know that? %p They're like sex, except I'm having them! You seem malnourished. Are you suffering from intestinal parasites? Yeah. Give a little credit to our public schools. %aside %h2= "The Sidebar" %p Michelle, I don't regret this, but I both rue and lament it. Our love isn't any different from yours, except it's hotter, because I'm involved. Bender, quit destroying the universe! Robot 1-X, save my friends! And Zoidberg! %footer %p Copyright 2011 My Name