Move frontend to correct directory

This commit is contained in:
William Jeynes
2026-04-08 21:05:45 +01:00
parent aa962b1802
commit 49888002b4
9 changed files with 2 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Parcel React App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="index.tsx"></script>
</body>
</html>