This commit is contained in:
luboslenco
2025-02-26 08:47:09 +01:00
parent cbac67cbf5
commit 47bc985b42
651 changed files with 5013 additions and 5455 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Iron</title>
</head>
<body>
<canvas id="acanvas" width="640" height="480" tabindex="-1"></canvas>
<script src="start.js"></script>
</body>
</html>