overte-HifiExperiments/script-archive/example/games/exterminatorGame/gameServer/public/index.html
2016-04-26 11:18:22 -07:00

12 lines
280 B
HTML

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="css/style.css">
<title>Kill The Rats!</title>
</head>
<body>
<div id="app"></div>
<script src="js/app.js"></script>
</body>
</html>