-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (48 loc) · 2.21 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
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<link rel="icon" href="/assets/img/catblush.ico">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | Shiruvaaa.net</title>
<meta name="description" content="Ahw, silly you. You got lost!"></meta>
<meta property="og:title" content="Shiruvaaa.net" />
<meta property="og:description" content="Ahw, silly you. You got lost!" />
<meta property="og:type" content="image/png" />
<meta property="og:url" content="https://shiruvaaa.net/" />
<meta property="og:image" content="https://shiruvaaa.net/assets/img/catblush.png" />
<meta property="og:image:width" content="112" />
<meta property="og:image:height" content="112A" />
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<!-- Links -->
<link rel="stylesheet" href="assets/css/terminal-viewer.css">
<!-- -->
<body class="pbody">
<div class="pbody2 container mb-3">
<div class="row content terminal">
<div class="col col-xxl-12 col-xl-10 col-lg-9 col-md-8 mx-auto">
<p class="ptext">
<span class="dollar"></span> Loading page...
<br />
<span class="dollar"></span> <a style="color: red;">[ERROR]</a> The page could not be found
<br />
<span class="dollar"></span> Finding alternative...
<br />
<span class="dollar"></span> <a style="color: green;">[SUCCESS]</a> Alternative found
<br />
<span class="dollar"></span> It is advised to return <a href="/">home</a>
</p>
</div>
</div>
</div>
</br>
<!-- Custom Scripts -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/terminal-viewer.js"></script>
<!-- FontAwesome CDN -->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" data-auto-a11y="true"></script>
</body>
</html>