25 lines
No EOL
545 B
HTML
25 lines
No EOL
545 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>MyGame</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<script type="text/javascript" src="js/phaser/phaser.min.js"></script>
|
|
<script src="/eureca.js"></script>
|
|
<script type="text/javascript" src="js/game.js">
|
|
|
|
</script>
|
|
|
|
<a href="http://www.wtfpl.net/"><img
|
|
src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png"
|
|
width="80" height="15" alt="WTFPL" /></a>
|
|
|
|
</body>
|
|
</html> |