1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

404 added

This commit is contained in:
avinal
2020-12-01 19:13:36 +05:30
parent 3f3647f4fb
commit e5fa23d33d
6 changed files with 795 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>I lost you!</title>
<meta name="description" content="Somewhere out there beneath the pale moon light...">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Avinal">
<link rel="stylesheet" href="custom/css/particles-404.css" />
<link rel="stylesheet" href="custom/css/glitch-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 ... like
<br/><br/><br/>
<div class="error-code">ME</div>
</div>
<div class="links">
<a href="http://github.com/avinal"></a>
<a href="mailto:avinal.xlvii@gmail.com"></a>
</div>
</div>
</div>
<script src="custom/js/particles.js"></script>
<script src="custom/js/particles-404.js"></script>
</body>
</html>