-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
26 lines (26 loc) · 876 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 - Penn Robotics</title>
<link rel="icon" type="image/x-icon" href="main-logo.png" />
<link rel="canonical" href="https://pennrobotics.org/404.html" />
<link rel="stylesheet" href="../../404/404.css" />
</head>
<body>
<div class="landing">
<div class="text">
<div class="title">404.</div>
<div class="subtitle">
The page you were looking for does not exist.
</div>
<div class="button">
<a class="button" href="../../landing.html">Back to Penn Robotics!</a>
</div>
</div>
<img src="../../team135-logo.png" alt="team135-logo" />
</div>
</body>
</html>