pteropus/web/index.html

13 lines
266 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pteropus</title>
<link rel="stylesheet" href="pteropus-frame.css">
</style>
</head>
<body>
<canvas id="pteropus-canvas"></canvas>
<script type="module" src="pteropus-frame.js"></script>
</body>
</html>