frontend: initial commit

This commit is contained in:
Franz Heinzmann (Frando) 2021-10-18 21:48:38 +02:00
parent 8d70acc5d2
commit 1ad243f043
21 changed files with 30437 additions and 0 deletions

29224
frontend/build/bundle.js Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

11
frontend/build/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>arsonar</title>
<meta charset="utf-8">
<link rel="stylesheet" href="bundle.css">
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>