blob: a5c554d7c25890513f0b0ae79791ea9411fd07be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lagrange Playground</title>
<script defer src="init.js"></script>
</head>
<body>
<canvas style="position: fixed; top: 0px; left: 0px"></canvas>
</body>
</html>
|