This commit is contained in:
TuxCoder 2018-11-18 15:13:58 +01:00
commit 52eb13dd88
33 changed files with 22286 additions and 0 deletions

14
source/index.html Normal file
View file

@ -0,0 +1,14 @@
{% extends "layout.html" %}
{% block title %} - Welcome{% endblock %}
{% block head %}{%- endblock %}
{% block content %}
<div class="text-center">
<h1>Welcome to Milliways</h1>
<p> Website under construction</p>
<p> visit <a href="https://wiki.milliways.info">https://wiki.milliways.info</a> for more information</p>
</div>
{%- endblock %}