Skip to content

Instantly share code, notes, and snippets.

@travi5567
Created January 22, 2013 05:06
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 travi5567/4592224 to your computer and use it in GitHub Desktop.
Save travi5567/4592224 to your computer and use it in GitHub Desktop.
Html: template
<!DOCTYPE html>
<html>
<head>
<title>Title of Page</title>
<link rel="stylesheet" type="text/css" href="css/screen.css">
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<div class="container">
<h1>Lorem ipsum dolor.</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis sequi itaque eos odit animi reprehenderit repellendus qui quisquam quas similique? Quos ad voluptatum quidem nesciunt aspernatur commodi sunt aliquam veniam.</p>
<ul>
<li>
<a href="#">How cool is this</a>
<a href="#">How cool is this</a>
<a href="#">How cool is this</a>
<a href="#">How cool is this</a>
<a href="#">How cool is this</a>
</li>
</ul>
</div>
<div id="footer"><p>This is The Footer</p></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment