Skip to content

Instantly share code, notes, and snippets.

@marcneuwirth
Created October 5, 2011 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcneuwirth/1263412 to your computer and use it in GitHub Desktop.
Save marcneuwirth/1263412 to your computer and use it in GitHub Desktop.
CoderDeck Template
<html>
<title>test</title>
<style>
CODE
</style>
<body>
<h1>I'm a H1 heading</h1>
<h2>I'm a H2 heading</h2>
<p>Pargraph of text &lt;p&gt; here</p>
<div class='stuff'>I'm a div &lt;div&gt; with class "stuff"</div>
<div id='my-div'>I'm a &lt;div&gt; with id "my-div"</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment