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

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>