mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
new 404 page
This commit is contained in:
@@ -3,33 +3,39 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>I lost you!</title>
|
||||
<title>Lost in Space!</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" />
|
||||
<link rel="stylesheet" href="custom/css/space404.css" />
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:300'>
|
||||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.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>
|
||||
<div class='description' align=center>
|
||||
<h1>Page Not Found</h1>
|
||||
<h2>The page you are looking for, was moved, removed, renamed or might have lost in SPACE.</h2>
|
||||
|
||||
|
||||
<p class='links' align=center>
|
||||
<a class='fa fa-github-alt icon' href='https://github.com/avinal' target='_blank'></a>
|
||||
<a class='fa fa-mail-forward icon' href='mailto:avinal.xlvii@gmail.com' target='_blank'></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class='solar-syst'>
|
||||
<div class='sun'></div>
|
||||
<div class='mercury'></div>
|
||||
<div class='venus'></div>
|
||||
<div class='earth'></div>
|
||||
<div class='mars'></div>
|
||||
<div class='jupiter'></div>
|
||||
<div class='saturn'></div>
|
||||
<div class='uranus'></div>
|
||||
<div class='neptune'></div>
|
||||
<div class='pluto'></div>
|
||||
<div class='asteroids-belt'></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user