index erstellt

This commit is contained in:
pbg2h23akl 2024-06-27 09:21:15 +02:00
parent 0733b8d024
commit 4cc2b1592d

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="MathRunner" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/layout.css">
<title>MathRunner</title>
</head>
<body>
<div id="spielRaum">
</div>
<Script src="allg.js"></Script>
</body>
</html>