Create website-redesign branch. Include incomplete redesign assets. Very much in-progress.

This commit is contained in:
Chris Wilson
2020-10-24 14:46:27 -04:00
parent 2d43cae88e
commit e08e650110
63 changed files with 45 additions and 84 deletions

View File

@@ -0,0 +1,16 @@
{% extends 'pageWrapper.html' %}
{% import "macros.html" as macros %}
{% block head %}
<title>Multiworld Seed {{ seed_id|suuid }} (generating...)</title>
<meta http-equiv="refresh" content="1">
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/view_seed.css") }}"/>
{% endblock %}
{% block body %}
<div id="wait-seed-wrapper">
<div class="main-content">
Waiting for game to generate, this page auto-refreshes to check.
</div>
</div>
{% endblock %}