2022-11-29 17:23:37 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
|
|
|
<head>
|
2022-11-29 17:31:01 +01:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2022-11-29 17:23:37 +01:00
|
|
|
<title>Explorata</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>
|
2022-11-29 17:31:01 +01:00
|
|
|
Althought you're right to browse the Web with Javascript disabled,
|
|
|
|
Explorata doesn't work properly without it. Please enable Javascript to
|
|
|
|
continue.
|
2022-11-29 17:23:37 +01:00
|
|
|
</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|