17 lines
557 B
HTML
17 lines
557 B
HTML
<!doctype html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="description" content="EK-DOS WEB – Büroanwendung der Elektro Krüger GmbH." />
|
||
<meta name="robots" content="noindex, nofollow" />
|
||
<link rel="icon" href="/ek-dos-favicon.svg" />
|
||
<link rel="shortcut icon" href="/ek-dos-favicon.svg" />
|
||
<title>EK-DOS</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|