1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
Files
avinal.github.io/404.html
T
2020-12-31 22:01:02 +05:30

35 lines
1.3 KiB
HTML

<!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="https://avinal.github.io/custom/css/particles-404.css" />
<link rel="stylesheet" href="https://avinal.github.io/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="https://avinal.github.io/custom/js/particles.js"></script>
<script src="https://avinal.github.io/custom/js/particles-404.js"></script>
</body>
</html>