asciiflow2/root.html

13 lines
278 B
HTML
Raw Normal View History

2014-01-05 00:24:48 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>asciiflow-2.0</title>
</head>
<body>
<canvas id="ascii-canvas" style="position:absolute; left:0px; top:0px;"></canvas>
<script src="jquery-1.9.1.min.js"></script>
2014-01-05 00:24:48 +00:00
<script src="js-compiled.js"></script>
</body>
</html>