mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-15 23:31:19 +01:00
16 lines
255 B
HTML
16 lines
255 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
</script>
|
|
</head>
|
|
<body onload="bodyLoad()">
|
|
<canvas
|
|
id="Game"
|
|
width="90vh"
|
|
height="90vh"
|
|
style="border:1px solid #000000;"
|
|
></canvas>
|
|
<img>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|