-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
31 lines (29 loc) · 1.16 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="GitHub Tags">
<meta name="keywords" content="javascript, nodejs, serveless, function, api, vercel">
<meta name="author" content="Josélio de S. C. Júnior">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./gui/style.css">
<link rel="shortcut icon" href="./gui/img/icon.png" type="image/x-icon">
<title>404 - Not found</title>
</head>
<body>
<img style="filter: grayscale(.8)" src="./gui/img/logo.png" width="100px">
<header style="font-size: 4em;">404</header>
<section id="s404">
<h2>It seems nothing has been found!<br>Do you want to try <a href="https://gh-tags.vercel.app/">GitHub Tags GUI</a> to build this link?</h2>
</section>
<footer>
<a href="https://github.com/joseliojunior/gh-tags">
<img src="./gui/img/github.png">
<span>GitHub</span>
</a>
<a href="https://vercel.com/">
<img src="./gui/img/powered-by-vercel.svg">
</a>
</footer>
</body>
</html>