-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
57 lines (46 loc) · 3.28 KB
/
Copy path404.html
File metadata and controls
57 lines (46 loc) · 3.28 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<head lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LightDev</title>
<link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/3f81d058ed.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="/images/favicon.png">
</head>
<body lang="en">
<div class="page404">
<div id="cursor" class="wrapper">
<canvas id="canvas"></canvas>
<script src="js/canvas.js"></script>
<header class="header">
<div id="logoo" class="logo">
<svg xmlns="http://www.w3.org/2000/svg"
width="1" height="1"
viewBox="0 0 522.67 84"
>
<path class="a" d="M105.88,1.73H79L64.31,56.26h9.45l-7,26H84.25l7.2-26.83a46,46,0,0,1-.57-7.34,49.36,49.36,0,0,1,11-31.41Z"/>
<polygon class="a" points="69.84 59.26 63.63 82.27 0 82.27 21.63 1.73 48.55 1.73 33.14 59.26 69.84 59.26"/>
<path class="a" d="M137.37,34.64h38.12l-11.07,41.2A63,63,0,0,1,133.69,84c-20,0-39.81-10.59-39.81-35.9,0-.62,0-1.23,0-1.84a46.83,46.83,0,0,1,5.52-20.57C107.66,10.47,124.52,0,147,0c15.19,0,28.2,6.56,33.72,13.35L164,30.61a28.17,28.17,0,0,0-18.64-7.25c-15.3,0-24.39,10.47-24.39,23.47,0,10,7.24,15,15.64,15a17.49,17.49,0,0,0,7-1.26l2.65-8.63H133Z"/>
<path class="b" d="M248.86,27.51l6.9-25.78H239l-7.71,28.42H206.65l7.71-28.42H187.43L165.8,82.27h26.93l7.7-28.88h24.63l-7.71,28.88h26.92L259,27.51Z"/>
<polygon class="a" points="258.87 1.73 326.95 1.73 326.95 24.51 303.4 24.51 287.87 82.27 260.94 82.27 276.48 24.51 252.77 24.51 258.87 1.73"/>
<path class="a" d="M473.49,74H409.9V45.8h51.55l-3.54-8.29h-48V10h36.27l-3.53-8.28H400.81V25.94a43.72,43.72,0,0,1,2.91,15.94,44.18,44.18,0,0,1-2.91,16V82.27H477Z"/>
<path class="a" d="M397.81,26.5c-.06-.17-.13-.33-.2-.49a37.66,37.66,0,0,0-8.8-12.78,41,41,0,0,0-13.58-8.45,47.71,47.71,0,0,0-17.32-3.05H330V82.27h28a46.89,46.89,0,0,0,17.32-3.1,41.83,41.83,0,0,0,13.58-8.52,37.38,37.38,0,0,0,8.8-12.83c.07-.16.14-.33.2-.49a40.91,40.91,0,0,0,2.91-15.45A40.44,40.44,0,0,0,397.81,26.5Zm-8.89,28.16a29.68,29.68,0,0,1-17.2,16.8,37.81,37.81,0,0,1-13.81,2.41H339V10.13h18.87a37,37,0,0,1,13.81,2.47,30.79,30.79,0,0,1,10.53,6.79,30,30,0,0,1,6.67,10.18,33.41,33.41,0,0,1,2.36,12.54A32.84,32.84,0,0,1,388.92,54.66Z"/>
<polygon class="a" points="522.67 1.73 488.28 82.27 480.29 82.27 445.9 1.73 455.95 1.73 484.4 70.62 512.96 1.73 522.67 1.73"/>
</svg>
</div>
</header>
<div class="screen">
<p>
404
</p>
<h3>
<a href="/">Home</a>
</h3>
</div>
<footer class="footer">
<h5><i class="far fa-copyright"></i> LightDev 2021</h5>
</footer>
</div>
</div>
</body>
</html>