Skip to content

Instantly share code, notes, and snippets.

@theblacksquid
Created August 15, 2016 10:15
Show Gist options
  • Save theblacksquid/1f3f53e84333f53be47f656cdd001b66 to your computer and use it in GitHub Desktop.
Save theblacksquid/1f3f53e84333f53be47f656cdd001b66 to your computer and use it in GitHub Desktop.
boilerplate html file
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="IE=edge" >
<head>
<title>Title</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="lib/w3.min.css">
</head>
<body>
<div id='app'></div>
<script src="lib/jquery.js"></script>
<script src="lib/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment