2024-05-29 03:33:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2024-05-29 05:16:02 +00:00
|
|
|
<title>EventMapper</title>
|
2024-05-29 03:33:37 +00:00
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
2024-06-01 06:31:08 +00:00
|
|
|
href="/assets/styles/style.css"
|
2024-05-29 05:16:02 +00:00
|
|
|
/>
|
2024-05-29 03:33:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-06-01 06:31:08 +00:00
|
|
|
<canvas id="map"></canvas>
|
2024-05-29 05:16:02 +00:00
|
|
|
<script src="/assets/scripts/script.js" type="module"></script>
|
2024-05-29 03:33:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|