Skip to content

Instantly share code, notes, and snippets.

@Prodge
Created May 3, 2016 13:17
Show Gist options
  • Save Prodge/80f1be508173926f05fe3058acd2d861 to your computer and use it in GitHub Desktop.
Save Prodge/80f1be508173926f05fe3058acd2d861 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="style/main.css">
</head>
<body>
<div id="wrapper">
<div id="nav"></div>
<div id="content"></div>
<div id="footer"></div>
</div>
</body>
<!-- Scripts -->
<script src="scripts/includes.js"></script>
<script src="scripts/navigation.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment