-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (24 loc) · 1.06 KB
/
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
27
<!DOCTYPE html>
<link rel="stylesheet" href="./import/css/simple.css" />
<html lang="en-US">
<head>
<!-- GENERAL STUFF -->
<title>Assembl - 404 Not Found</title>
<meta http-equiv="content-type" content="text/html" />
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ICON METADATA -->
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/ico" href="../favicon.ico" />
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,100" rel="stylesheet">
<!-- STYLING -->
<meta name="theme-color" content="#093197" />
<link rel="stylesheet" href="../import/css/simple.css" />
</head>
<body>
<h1><a href="/">Assembl</a></h1>
<p>Sorry, we couldn't assembl(e) this page. Return <a href="https://assembl.ch/">home</a>?</p>
</body>
</html>