-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
49 lines (38 loc) · 1.23 KB
/
404.html
File metadata and controls
49 lines (38 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./7xXvLp1.webp" type="image/x-icon">
<meta charset="UTF-8">
<h1>
lolololololkolol 404 not found
</h1>
<h2 style="color: rgb(150, 150, 150);">
whatever subdomain you are on is not vaild meaning it cannot be found, if this is not accurate contact (imaanewma__n) on discord
</h2>
<!-- Some cool configurations -->
<canvas id="snowflakes"></canvas>
<script>
const Window = window;
Window.Config = {
generatorDelay: { min: 1, max: 20 },
speed: 0.5,
x_axis_rate: 0.05,
weight: 0.5,
size: 1.5,
z_axis_rate: 0.05,
color: { b: 255, a: 0.8 },
wind: 0
};
</script>
<!-- Import some external libraries -->
<script src="/Effects/Mouse.js"></script>
<!-- Give our program some life I guess. -->
<meta charset="UTF-8">
<title>Barnacle</title>
<meta content="Barnacle" property="og:title" />
<!-- Cherish the almighty power of our external files. -->
<link rel="stylesheet" href="Styles.css">
<script src="Script.js"></script>
<script src="/Effects/Snowflakes.js"></script>
</head>
</html>