-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
37 lines (32 loc) · 1.33 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
<html>
<head>
<title>Error: 404</title>
<!--Meta-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000">
<!--Basic-->
<meta name="author" content="AlexFlipnote">
<!--OpenGraph-->
<meta property="og:type" content="website">
<meta property="og:title" content="Terminal.ink">
<meta property="og:url" content="https://terminal.ink/404.html">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/330777295952543744/337184029671424000/sdfsdf.png">
<!--Google-->
<link rel="publisher" href="https://plus.google.com/+AlexanderSamuelsenManso">
<!--Style-->
<link href="https://modesta.alexflipnote.dev/css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" />
<!--Icons-->
<link rel="icon" type="image/gif" href="https://terminal.ink/assets/images/favicon.ico">
</head>
<body>
<div class="center-object">
<h1 class="center-text no-margin">404: Page not found<span class="cursor">_</span></h1>
<div class="buttons">
<a class="btn hover alizarin-flat" href="/">Back to home</a>
</div>
<br>
</div>
</body>
</html>