-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror404.html
33 lines (24 loc) · 1.05 KB
/
error404.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" type="text/css" href="error404.css"></link>
<title>Error404</title>
</head>
<body>
<div class="try">
<div id="particles-js">
</div>
</div>
<div class="container">
<h2>Oops!It seems like you're lost in space.</h2>
<h1>404</h1>
<h2>We can't find the planet you're looking for.</h2>
</div>
<footer id="footer">
<p class="neon2" data-text="Panagiotidou Olga" >©Panagiotidou Olga </p>
</footer>
<script type="text/javascript" src="https://users.it.teithe.gr/~it174998/particles.js-master/particles.min.js" ></script>
<script type="text/javascript" src="https://users.it.teithe.gr/~it174998/particles.js-master/demo/js/app.js"></script>
</body>
</html>