14 lines
364 B
HTML
14 lines
364 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>U-Navigator</title>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
</head>
|
|
<body style="margin:0">
|
|
<div class="u-nav app-shell"></div>
|
|
<script src="/app.js" type="module"></script>
|
|
</body>
|
|
</html>
|