initial commit

This commit is contained in:
Akko
2024-03-17 18:39:02 +01:00
commit 199c286de0
529 changed files with 2292 additions and 0 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>acme frontend</title>
</head>
<body>
<div id="root"></div>
<script src="/js/main.js"></script>
</body>
</html>