-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 968 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Page 404 Night sky</title>
<!--Style-->
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<!--particle-->
<div id="particles-js">
<canvas class="particles-js-canvas-el"></canvas>
</div>
<div class="container">
<div id="text" class="text">
<!--404 Text-->
<div class="text-404">
<h1>4</h1>
<h1>0</h1>
<h1>4</h1>
</div>
<p>Oops! page not found</p>
<a href="../../index.html" class="btn">Back to Home</a>
</div>
</div>
<!--Script-->
<script type="text/javascript" src="assets/particles.min.js"></script>
<script type="text/javascript" src="assets/script.js"></script>
</body>
</html>