Skip to content

Commit 66046ca

Browse files
authored
Merge pull request #5 from oota-sushikuitee/Okabe-Junya/feat/add-404
Feat: add 404 page
2 parents b4077e0 + 586a659 commit 66046ca

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

404.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>oota-sushikuitee.net - 404 Not Found</title>
7+
<meta
8+
name="description"
9+
content="oota-sushikuitee.net means Oota wants to eat sushi"
10+
/>
11+
<meta name="keywords" content="oota-sushikuitee" />
12+
<meta name="author" content="oota-sushikuitee" />
13+
<meta property="og:title" content="oota-sushikuitee" />
14+
<meta
15+
property="og:description"
16+
content="oota-sushikuitee.net means Oota wants to eat sushi"
17+
/>
18+
<meta property="og:image" content="./img/mayo_no.png" />
19+
<meta property="og:url" content="https://oota-sushikuitee.net" />
20+
<meta name="twitter:card" content="./img/mayo_no.png" />
21+
<link rel="stylesheet" href="style.css" />
22+
</head>
23+
<body>
24+
<div class="header">
25+
<a href="https://github.com/oota-sushikuitee" class="site-name"
26+
>oota-sushikuitee.net</a
27+
>
28+
</div>
29+
<div class="container">
30+
<img src="./img/mayo_no.png" alt="mayo-kun" class="center-image" />
31+
<h1>404 - Not Found</h1>
32+
<p>Sorry, the page you are looking for does not exist.</p>
33+
</div>
34+
<footer class="footer">
35+
<p>&copy; oota-sushikuitee.net 2024</p>
36+
</footer>
37+
</body>
38+
</html>

img/mayo_no.png

17.6 KB
Loading

0 commit comments

Comments
 (0)