20 lines
853 B
HTML
20 lines
853 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="de">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
||
|
|
<title>ERP Nutzfahrzeuge - Prototyp</title>
|
||
|
|
<link rel="stylesheet" href="style.css?v=8d">
|
||
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
|
|
<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
|
||
|
|
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
|
||
|
|
<script src="interactions.js?v=8d"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script src="app.compiled.js?v=8d"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|