-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (40 loc) · 1.94 KB
/
404.html
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
35
36
37
38
39
40
41
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Fork Awesome CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Main Site CSS -->
<link rel="stylesheet" href="css/site.css">
<!-- Page title -->
<title>404 Out of Coffee</title>
</head>
<body>
<div id="tsparticles">
<div>
<div>
<h1 class="font-weight-light animate__animated animate__fadeInUp">Error 404</h1>
<p class="lead animate__animated animate__fadeInUp animate__delay-1s">Someone ran rm -rf /* !!</p>
<p class="lead">
<a href="/" style="animation-delay: 1.5s" class="btn btn-lg btn-outline-light animate__animated animate__fadeInUp fa fa-arrow-left"></a>
</p>
</div>
</div>
</div>
<!-- JQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap and Popper JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Particles.js -->
<script src="https://cdn.jsdelivr.net/npm/tsparticles@1.33.2/tsparticles.min.js"
integrity="sha256-B1pQ9d4r1LPRbv7/urklD4mNGoXHKaJeK2dhYEYCsoA=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/developers-button.js"></script>
</body>
</html>