This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
59 lines (57 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300i,400,500,700" rel="stylesheet">
<title>Page not found!</title>
</head>
<style type="text/css">
body{
color: white;
font-family: 'Roboto', sans-serif;
max-width: 100vw;
overflow-x: hidden;
}
.main404{
transform: scale(1);
width: auto;
margin-top: 10%;
}
h1{
margin-top: 10%;
color: white;
}
h3,h4{
font-weight: 100;
}
h1,h2{
font-weight: 300;
}
a{
color: white;
}
.node{
height: 10vh;
}
</style>
<body style="background-color: #003366;">
<div class="main404">
<center>
<div id="mount-91b4da42a0dad078754bd4b2812ca3255bb85af3" class="main404"></div>
<script src="https://code.haiku.ai/scripts/core/HaikuCore.3.4.6.min.js"></script>
<script src="https://cdn.haiku.ai/3c6e0d2c-a4d3-48b5-8196-9b0436ba45d7/91b4da42a0dad078754bd4b2812ca3255bb85af3/index.embed.js"></script>
<script>
HaikuComponentEmbed_rahulbatra065_Error(
document.getElementById('mount-91b4da42a0dad078754bd4b2812ca3255bb85af3'),
{loop: false}
);
</script>
</center>
</div>
<h1><b><center>Error 404: Page not found!</center></b></h1>
<h2><center>Oops! Looks like the link is broken.</center></h2>
<h3><center><a href="https://www.nodeclub.xyz">Click here to go back to the home page.</a></center></h3>
<h3><center>Believe this is a mistake from our end? Contact the admin at <a href="mailto:[email protected]" style="color: #8cc63f; font-weight: bold;">[email protected]</a></center></h3>
<center><img src="assets/nodelogo.png" class="node"></center>
<h4><center>Made with <span style="color: #e74c3c">♥</span> by Node</center></h4>
</body>
</html>