HTML base for simulator page

This commit is contained in:
2026-01-10 21:51:20 +01:00
commit 672bc7493c

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FIM Simulator</title>
</head>
<body>
</body>
</html>