Skip to content

Instantly share code, notes, and snippets.

@mk0x9
Created January 28, 2013 12:02
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 mk0x9/4654962 to your computer and use it in GitHub Desktop.
Save mk0x9/4654962 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>test</title>
<link rel='stylesheet' href='http://localhost:8088/assets/test.css'>
</head>
<body>
<div id='container'>
<div id='inner'>
<div id='spacer-before' class='spacer'></div>
<div id='spacer-after' class='spacer'></div>
</div>
</div>
<script src='http://localhost:8088/assets/test.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment