-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy path404.html
More file actions
34 lines (31 loc) · 1.04 KB
/
404.html
File metadata and controls
34 lines (31 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cat 404 | tsParticles 404</title>
<link rel="stylesheet" href="css/app.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Varela"
/>
<link rel="icon" type="image/x-icon" href="../images/tsParticles-64.png" />
</head>
<body>
<div id="tsparticles"></div>
<div class="cont">
<header>
<img
src="https://emojipedia-us.s3.amazonaws.com/source/microsoft-teams/337/grinning-cat_1f63a.png"
alt="cat"
class="catimg"
/>
<h1>404</h1>
<p>the cats weren't able to find the page</p>
</header>
<a href="#"><button class="button">let's go home</button></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@2.3.4/tsparticles.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-path-polygon@2.1.4/tsparticles.path.polygon.min.js"></script>
<script src="./script.js"></script>
<script src="js/app.js"></script>
</body>
</html>