You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
454 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>uuuu</title>
<script src="{{address}}/uuu.js" defer></script>
<script src="{{address}}/wss.js"></script>
<style>
#draw {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
</style>
</head>
<body>
<canvas id="draw"></canvas>
<span id="address">{{address}}</span>
</body>
</html>