Skip to content

Instantly share code, notes, and snippets.

@PatMurrayDEV
Forked from IsaiahJTurner/index.html
Last active October 9, 2016 01:22
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 PatMurrayDEV/683dac68fa12ce7512a1724a1ef6c3f8 to your computer and use it in GitHub Desktop.
Save PatMurrayDEV/683dac68fa12ce7512a1724a1ef6c3f8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>DriveSafe</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Base css, but you'll likely want to keep them -->
<link rel="stylesheet" href="css/reset.css" type="text/css">
<!-- Your custom files -->
<link rel="stylesheet" href="css/app.css" type="text/css">
<script src="GMLIB/info.js"></script>
<script src="GMLIB/system.js"></script>
<!-- Uncomment libraries as you need them: -->
<!-- <script src="GMLIB/comm.js"></script> -->
<!-- <script src="GMLIB/io.js"></script> -->
<!-- <script src="GMLIB/media.js"></script> -->
<!-- <script src="GMLIB/monitor.js"></script> -->
<!-- <script src="GMLIB/nav.js"></script> -->
<!-- <script src="GMLIB/phone.js"></script> -->
<!-- <script src="GMLIB/ui.js"></script> -->
<!-- <script src="GMLIB/util.js"></script> -->
<!-- <script src="GMLIB/voice.js"></script> -->
</head>
<body>
<div id="wrapper">
<div id="main">
</div>
</div>
<!-- Your app code: -->
<script src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment