-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
78 lines (75 loc) · 3.54 KB
/
404.html
File metadata and controls
78 lines (75 loc) · 3.54 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="jp" dir="ltr">
<head>
<meta charset="utf-8">
<!--アイコン-->
<link rel="shortcut icon" href="./icons/favicon.ico">
<!--タイトル-->
<title>404 Not Found</title>
<!-- CSS -->
<link rel="stylesheet" href="./css/html5reset-1.6.1.css">
<link rel="stylesheet" href="./css/style.css">
<!--JavaScript-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</head>
<body>
<div id="wrapper" class="other">
<style>
main {
width: 90%;
max-width: 800px;
margin: 50px auto;
}
</style>
<header>
<div id="allheader">
<div class="allheadercontents">
<h1>
<a class="homelink headerlogo" href="https://www.robohan.net">
大阪大学公認ロボット製作団体 Robohan
</a>
</h1>
<div class="hunbmenu">
<input id="hunbmenuch" type="checkbox">
<label for="hunbmenuch" class="burger">
<span></span>
</label>
<nav class="headernav">
<ul>
<!--以下リンクを追加-->
<li><a class="homelink" href="https://www.robohan.net"><span>HOME</span></a></li>
<li><a class="homelink" style="color:yellow;font-weight:bold" href="./funding2025.html"><span>NHK2025特設ページ</span></a></li>
<li><a class="aboutlink" href="https://www.robohan.net/about"><span>ABOUT</span></a></li>
<li><a class="homelink" href="https://www.robohan.net/#join"><span>JOIN</span></a></li>
<li><a class="homelink" href="https://www.robohan.net/#sponsor"><span>SPONSOR</span></a></li>
<li><a class="homelink" href="https://www.robohan.net/#contact"><span>CONTACT</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<main>
<h1>404 Not Found</h1>
<p>
やあ(´・ω・`)<br>
ようこそ、空白のページへ。<br>
このテキーラはサービスだから、まず飲んで落ち着いて欲しい。<br>
うん、「まだ」なんだ。済まない。<br>
仏の顔も三度までって言うしね、謝って許してもらおうとも思っていない。<br>
でも、このURLを見たとき、君は、きっと言葉では言い表せない「ときめき」みたいなものを感じてくれたと思う。<br>
殺伐とした世の中で、そういう気持ちを忘れないで欲しい。<br>
そう思って、この404.htmlを作ったんだ。<br>
じゃあ、<a href="https://www.robohan.net">トップページ</a>に戻ろうか。<br>
</p>
</main>
<footer id="allfooter">
<a href="#wrapper">
<img src="./images/topreturn.png" class="return">
</a>
<small>©2024 Robohan All rights reserved</small>
</footer>
</div>
</body>
</html>