-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
43 lines (43 loc) · 1.21 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet/less"
type="text/css"
href="/styles/baseStyles.less"
/>
<script
type="text/javascript"
src="/node_modules/less/dist/less.min.js"
data-log-level="1"
></script>
<script
type="text/javascript"
src="/node_modules/d3/dist/d3.min.js"
></script>
<script type="module" src="/node_modules/uki/dist/uki.esm.js"></script>
<script
type="module"
src="/node_modules/@ukijs/ui/dist/uki-ui.esm.js"
></script>
<script type="module">
import LandingController from '/controllers/LandingController/LandingController.js';
window.controller = new LandingController();
</script>
</head>
<body>
<h1>404</h1>
<p>
Your browser's request is under consideration. Please
<a
href="mailto:alex.r.big%65low%40%67mail.%63om"
>contact me</a
>
if you think that it should be under
<a href="https://www.dailymotion.com/video/x5v4rha?start=109"
>active consideration</a
>.
</p>
</body>
</html>