mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-02-01 12:03:22 +00:00
7 lines
145 B
HTML
7 lines
145 B
HTML
{% extends "basepage.xhtml" %}
|
|
|
|
{% block page_content %}
|
|
<br />
|
|
<center><img src="{{ under_construction_image_url }}" /></center>
|
|
{% endblock %}
|