16 lines
426 B
HTML
16 lines
426 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta name="color-scheme" content="dark" />
|
|
<meta name="theme-color" content="#02050b" />
|
|
<title>Neural Hunt</title>
|
|
<link rel="stylesheet" href="/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/app.js" defer></script>
|
|
</body>
|
|
</html>
|