You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
503 B
21 lines
503 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Morsel</title>
|
|
<link rel="stylesheet" href="/static/morsel.css" />
|
|
<link rel="stylesheet" href="/static/theme.css" />
|
|
</head>
|
|
<body>
|
|
{% include "logo.html" %}
|
|
<div class="panel">
|
|
<p>
|
|
The requested board does not exist.
|
|
</p>
|
|
<div class="buttons">
|
|
<a class="abtn" href="/b/">Return to Board Index</a>
|
|
<a class="abtn" href="/new/b">Create Board</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|