Initial commit

This commit is contained in:
Oliver Traber 2023-09-21 14:56:01 +02:00
commit b9d5c06956
Signed by: Bluemedia
GPG key ID: C0674B105057136C
55 changed files with 4706 additions and 0 deletions

12
frontend/index.html Normal file
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, maximum-scale=1.0, user-scalable=0">
<title>ScanOS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>