V0.1
This commit is contained in:
@@ -4,14 +4,12 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>SDS CRM</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<meta http-equiv="refresh" content="0;url=/start.html" />
|
||||
<script>
|
||||
location.replace('/start.html');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<h1><a href="#/home">SDS CRM</a></h1>
|
||||
<nav id="main-nav" aria-label="Hauptnavigation"></nav>
|
||||
</header>
|
||||
<main id="app" class="main"></main>
|
||||
<script type="module" src="/js/app.js"></script>
|
||||
<p><a href="/start.html">Weiter zur Startseite</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user