2018-11-18 14:13:58 +00:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
|
|
|
|
{% block title %} - Welcome{% endblock %}
|
|
|
|
|
|
|
|
{% block head %}{%- endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="text-center">
|
|
|
|
<h1>Welcome to Milliways</h1>
|
2018-11-18 17:32:48 +00:00
|
|
|
<img src="/static/images/milliways.svg" class="img-fluid" alt="logo" />
|
2018-11-18 14:13:58 +00:00
|
|
|
<p> visit <a href="https://wiki.milliways.info">https://wiki.milliways.info</a> for more information</p>
|
2020-01-06 19:21:33 +00:00
|
|
|
<p> or visit us on our blog at <a href="https://blog.milliways.info/">https://blog.milliways.info/</a> </p>
|
2018-11-18 14:13:58 +00:00
|
|
|
</div>
|
|
|
|
{%- endblock %}
|