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/experiments/drag.html

11 lines
240 B
HTML

<html>
<head>
<title>Drag Experiment</title>
<link rel="stylesheet" href="assets/style.css">
<script src="../compiled/radium.js"></script>
<script src="drag.js"></script>
</head>
<body>
<canvas id="gamecanvas"></canvas>
</body>
</html>