FEE_MathRunner/index.html

18 lines
354 B
HTML
Raw Normal View History

2024-06-27 09:21:15 +02:00
<!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>