xen-garden/main.html

24 lines
564 B
HTML

<html>
<head>
<meta charset="UTF-8">
<title>coral.shoes</title>
<meta name="iloinlxlvi" content="https://coral.shoes/iloinlxlvi.json">
<link rel="stylesheet" href="resources/main.css">
<style>
body {
margin: 0;
}
main, canvas {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<main>
<canvas id="frame"></canvas>
</main>
</body>
<script src="xen.js"></script>
</html>