19 lines
790 B
HTML
19 lines
790 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/appicon.png?v=5" />
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/appicon.png?v=5" />
|
|
<link rel="shortcut icon" type="image/png" href="/appicon.png?v=5" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=5" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Arbejd.com | Din hurtigste vej til dit næste job</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|