Files

20 lines
436 B
HTML
Raw Permalink Normal View History

2025-10-22 15:23:29 -06:00
<html>
<head>
<link data-trunk rel="rust" />
<style>
* {
padding: 0;
margin: 0;
background-color: black;
}
</style>
</head>
<body>
<canvas
id="canvas"
style="position: fixed; width: 100%; height: 100%"
></canvas>
<script data-trunk src="js/index.js"></script>
</body>
</html>