Skip to content

Instantly share code, notes, and snippets.

@flaneur2020
Created February 5, 2012 06:11
Show Gist options
  • Select an option

  • Save flaneur2020/1743417 to your computer and use it in GitHub Desktop.

Select an option

Save flaneur2020/1743417 to your computer and use it in GitHub Desktop.
html
<!DOCTYPE html>
<html>
<head>
<style>
@import url(css/reset.css);
@import url(css/style.css);
</style>
<script src="js/script.js"></script>
</head>
<body>
<div id="mn">
<div id="hd">
</div>
<div id="bd">
</div>
<div id="ft">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment