-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (21 loc) · 963 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
27
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>404 Error</title>
<link rel="stylesheet" href="./assets/style/default.css">
<meta name="description" content="A Real Space is an experiment aimed at exploring new ways of thinking about, and engaging with, the city. Located in the heart of Helsinki.">
<meta content="width=device-width, initial-scale=1" name="viewport">
</head>
<body>
<div class="default-content">
<div class="page-container padding-bottom padding-side padding-top">
<div class="col-100 col-float-left col-content">
<span class="p-nav-text thin-weight">You appear to be lost. While we have your attention, learn more about <a id="text-cover" class="highlight" href="https://realspace.community">A Real Space</a>, an experiment aimed at exploring new ways of thinking about, and engaging with, the city.</span>
</div>
</div>
</div>
</body>
</html>