init
This commit is contained in:
commit
52eb13dd88
33 changed files with 22286 additions and 0 deletions
14
source/index.html
Normal file
14
source/index.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue