24 lines
783 B
HTML
24 lines
783 B
HTML
|
<!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>Error | Colouring London</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 class="h2">Server error…</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>
|