-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
20 lines (18 loc) · 749 Bytes
/
404.html
File metadata and controls
20 lines (18 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/indigo-white.css">
<link rel="icon" href="tri.png" type="image/png" />
</head>
<body>
<main>
<div class="intro">The Triangle</div><br />
<div class=error>Apologies, but the page you requested could not be found. The problem is almost 100% caused by ongoing work until 5/3. </div><br />
<a class="error" href="https://thetriangle.org">Go to the front page →</a>
</main>
</body>
</html>