colouring-montreal/app/public/404.html
2018-09-09 22:22:44 +01:00

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&hellip;</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>