-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
164 lines (162 loc) · 4.66 KB
/
404.html
File metadata and controls
164 lines (162 loc) · 4.66 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, follow">
<meta name="description" content="Page not found — CASMIM — SARS Epidemic Simulation | CANS Lab">
<meta name="author" content="Prof. Chung-Yuan Huang">
<title>404 Page Not Found | CASMIM — SARS Epidemic Simulation</title>
<link rel="icon" href="https://canslab1.github.io/images/csie.png" type="image/png">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
min-height: 100vh;
font-family: system-ui, -apple-system, 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
display: flex;
flex-direction: column;
}
header {
background: linear-gradient(135deg, rgba(20, 83, 45, 0.90) 0%, rgba(26, 119, 69, 0.90) 100%);
color: white;
padding: 1rem 0;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.header-inner {
max-width: 700px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
}
.header-inner img {
height: 36px;
width: 36px;
border-radius: 50%;
}
.header-inner span {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.02em;
}
.container {
max-width: 700px;
margin: 0 auto;
flex: 1 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2.5rem 1rem 1.5rem 1rem;
}
.error-code {
font-size: 6rem;
font-weight: bold;
color: #e74c3c;
text-shadow: 2px 2px 8px rgba(231,76,60,0.12);
margin-bottom: 0.5rem;
}
.error-message {
font-size: 1.7rem;
color: #333;
margin-bottom: 1.1rem;
}
.error-desc {
font-size: 1.1rem;
color: #555;
margin-bottom: 2.2rem;
text-align: center;
}
.links {
margin-bottom: 1.5rem;
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
justify-content: center;
}
.btn {
display: inline-block;
background: linear-gradient(135deg, #27ae60 0%, #219150 100%);
color: #fff;
font-size: 1.1rem;
font-weight: 500;
text-decoration: none;
padding: 0.7rem 1.7rem;
border-radius: 28px;
box-shadow: 0 2px 8px rgba(39,174,96,0.13);
transition: all 0.2s;
}
.btn:hover {
background: linear-gradient(135deg, #1e8449 0%, #186a3b 100%);
box-shadow: 0 4px 12px rgba(39,174,96,0.20);
transform: translateY(-2px);
}
.btn:focus,
.btn:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
footer {
background: #2c3e50;
color: #fff;
text-align: center;
padding: 1rem 0 0.7rem 0;
font-size: 0.9rem;
margin-top: auto;
box-shadow: 0 -2px 6px rgba(0,0,0,0.08);
border-top: 1px solid #ddd;
}
footer a {
color: #a3e4bc;
text-decoration: underline;
}
footer a:focus-visible {
outline: 2px solid #a3e4bc;
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
}
@media (max-width: 768px) {
.error-code { font-size: 4rem; }
.container { padding: 1.5rem 0.5rem 1rem 0.5rem; }
}
</style>
</head>
<body>
<header>
<div class="header-inner">
<img src="https://canslab1.github.io/images/csie.png" alt="CANS Lab logo">
<span>CASMIM — SARS Epidemic Simulation</span>
</div>
</header>
<main class="container">
<h1 class="error-code">404</h1>
<h2 class="error-message">Page Not Found</h2>
<div class="error-desc">
The page you are looking for does not exist. Please check the URL or navigate using the links below.
</div>
<nav aria-label="Error page navigation">
<div class="links">
<a class="btn" href="https://canslab1.github.io/CASMIM/">README</a>
<a class="btn" href="https://github.com/canslab1/CASMIM">GitHub Repo</a>
<a class="btn" href="https://canslab1.github.io/">Lab Home</a>
</div>
</nav>
</main>
<footer>
© 2026 <a href="https://canslab1.github.io/">CANS Lab</a> ·
<a href="https://www.cgu.edu.tw/">Chang Gung University</a> ·
<a href="https://www.cgu.edu.tw/csie/">Dept. of CSIE</a>
</footer>
</body>
</html>