Files
htwkalender/frontend/index.html
2024-07-02 18:57:56 +02:00

25 lines
802 B
HTML

<!doctype html>
<html<!--app-html-attrs--> lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/htwk.svg" />
<link rel="mask-icon" href="/htwk-mask.svg" color="#00494c" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link
id="theme-link"
rel="stylesheet"
href="/themes/lara-light-blue/theme.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTWKalender</title>
<!--app-head-tags-->
</head>
<body<!--app-body-attrs-->>
<!--app-body-tags-open-->
<div id="app"><!--app-html--></div>
<script type="module" src="/src/entry-client.ts"></script>
<!--app-body-tags-->
</body>
</html>