You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
radium/gemswap.html

15 lines
373 B
HTML

<!doctype html>
<html>
<head>
<title>Gemswap</title>
<!-- <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> -->
<script src="compiled/radium.js"></script>
<script src="gemswap/gemswap.js"></script>
<link rel="stylesheet" href="gemswap/gemswap.css">
</head>
<body>
<canvas id="gamecanvas"></canvas>
<div id="debug"></div>
</body>
</html>