Initial skeleton and build process for Spike Wars.

This commit is contained in:
Jonathan Bernard
2016-07-23 20:02:52 -05:00
parent 62874c074e
commit f27618fc0f
3 changed files with 194 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<title>Spike Wars v${version}</title>
<meta charset='utf-8'/>
<meta name=viewport content='width=device-width, initial-scale=1.0'/>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="css/spike-wars-${version}.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<h1>Spike Wars!</h1>
<script type='application/javascript' src="js/spike-wars-${version}.js"></script>
</body>
</html>