Initial skeleton and build process for Spike Wars.
This commit is contained in:
17
spike-wars/src/main/html/index.html
Normal file
17
spike-wars/src/main/html/index.html
Normal 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>
|
Reference in New Issue
Block a user