Created
January 4, 2015 04:38
-
-
Save marcomansilla/c1c07cc2cd04bb35e3b2 to your computer and use it in GitHub Desktop.
Revisions
-
Marco created this gist
Jan 4, 2015 .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,12 @@ <!doctype html> <html> <head> <title>This goes to gist</title> <meta charset="utf-8" /> </head> <body> <div> <span>This should fold, but does not...</span> </div> </body> </html>