[WIP] bare react.

This commit is contained in:
Manuel Friedli 2023-04-14 02:01:55 +02:00
parent f8854096e5
commit aa8ddde965
18 changed files with 19959 additions and 1 deletions

11
src/public/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>A-Maze-R</title>
</head>
<body>
<div id="root"></div>
</body>
</html>