Trade-Winds/index.html

24 lines
930 B
HTML
Raw Normal View History

2016-04-08 13:42:15 -06:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lowrez-jam-2016 by AlamantusGameDev</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<script src="Oversimplified.js"></script>
2016-04-08 13:42:15 -06:00
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
2016-04-19 07:54:25 -06:00
<p style="color:orange;"><i>You may need to refresh the page a couple of times to get all the assets to load.</i></p>
2016-04-17 20:51:00 -06:00
<canvas style="border:solid 1px black;" id="game">
Your browser is really old, dude - no canvas support! Update this thing!
</canvas>
<div id="audio"></div>
2016-04-08 13:42:15 -06:00
</body>
</html>