24 lines
789 B
HTML
Executable File
24 lines
789 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Not found | Colouring London</title>
|
|
</head>
|
|
<body>
|
|
<h1 class="h2">Page not found…</h1>
|
|
<p>
|
|
This is a public prototype (beta) site for the Colouring London project.
|
|
</p>
|
|
<p>
|
|
If you're interested to follow the project, you can
|
|
sign up for updates or read more about the project.
|
|
</p>
|
|
<div class="button-container">
|
|
<a href="/about#sign-up" class="btn btn-outline-dark btn-half">Sign up for updates</a>
|
|
<a href="/about" class="btn btn-outline-dark btn-half">Read more about the project</a>
|
|
</div>
|
|
</body>
|
|
</html>
|