client/src/index.html

23 lines
598 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Pokemon Neige</title>
<script src="js/main.js"></script>
<script src="js/session.js"></script>
<script src="js/async.js"></script>
<script src="js/dom.js"></script>
<script src="js/cache.js"></script>
<script src="js/screen.js"></script>
<script src="js/buttons.js"></script>
<script src="js/messaging.js"></script>
<script src="js/ui.js"></script>
<script src="js/automaton.js"></script>
<link rel="stylesheet" href="screen.css" type="text/css"/>
</head>
<body>
<div id="screen">
</div>
</body>
</html>