forked from arifszn/gitprofile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (20 loc) · 847 Bytes
/
Copy path404.html
File metadata and controls
24 lines (20 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Space | tsParticles 404</title>
<link type="text/css" rel="stylesheet" href="src/assets/404.css" />
<link rel="icon" type="image/x-icon" href="../images/tsParticles-64.png">
</head>
<body class="permission_denied">
<div id="tsparticles"></div>
<div class="denied__wrapper">
<h1>404</h1>
<h3>LOST IN <span>SPACE</span> Akhil's Website? Hmm, looks like that page doesn't exist.</h3>
<img id="astronaut" src="public/astronaut.svg" />
<img id="planet" src="public/planet.svg" />
<a href="#"><button class="denied__link">Go Home</button></a>
</div>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles@2.3.4/tsparticles.bundle.min.js"></script>
<script type="text/javascript" src="404.js"></script>
</html>