added beta version of frontend to serve

This commit is contained in:
masterelmar
2023-09-15 10:44:04 +02:00
parent af7d9e73bf
commit e30fc7648a
19 changed files with 1457 additions and 11 deletions

View File

@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTWKalender</title>
</head>
<body>
</body>
</html>
<script type="module" crossorigin src="/assets/index-66a09838.js"></script>
<link rel="stylesheet" href="/assets/index-ae817131.css">
</head>
<body>
<div id="app"></div>
</body>
</html>