-
Notifications
You must be signed in to change notification settings - Fork 27
/
particles404.html
executable file
·38 lines (35 loc) · 1.29 KB
/
particles404.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>404 - Particles</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="JoashPereira">
<link rel="stylesheet" href="css/particles-404.css" />
</head>
<body>
<div class="container">
<div class="overlay" id="particles-js"></div>
<div class="content">
<div class="message">
<p class="message-heading">Page Not Found</p>
<p class="message-description">The page you are looking for was moved, removed, renamed or might never existed.</p>
</div>
<div class="links">
<a href="http://joashpereira.com/"></a>
<a href="mailto:name@example.com"></a>
</div>
</div>
<div class="social">
<ul class="social-list">
<li><a href=""><i class="fa fa-facebook"></i></a></li>
<li><a href=""><i class="fa fa-twitter"></i></a></li>
<li><a href=""><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<script src="js/common/particles.js"></script>
<script src="js/particles-404.js"></script>
</body>
</html>