add more description, add logo

master
TuxCoder 2018-11-18 18:32:48 +01:00
parent 4eafd58ce7
commit 13cc7ec3bf
3 changed files with 2025 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# <Project name> # www.milliways.info
## Install
use python2 and install markdown<3
`pip install "markdown<3"`
use python3, currently you need my fork
`pip install git+https://github.com/tuxcoder/clay.git`
## Instructions ## Instructions

View File

@ -7,7 +7,7 @@
{% block content %} {% block content %}
<div class="text-center"> <div class="text-center">
<h1>Welcome to Milliways</h1> <h1>Welcome to Milliways</h1>
<img src="/static/images/milliways.svg" class="img-fluid" alt="logo" />
<p> Website under construction</p> <p> Website under construction</p>
<p> visit <a href="https://wiki.milliways.info">https://wiki.milliways.info</a> for more information</p> <p> visit <a href="https://wiki.milliways.info">https://wiki.milliways.info</a> for more information</p>
</div> </div>

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 210 KiB