mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
folder rename; future commits make sense after this
This commit is contained in:
parent
09d0f09d8e
commit
f473a4234e
71 changed files with 0 additions and 0 deletions
38
funding/templates/about.html
Normal file
38
funding/templates/about.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h3>About</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<hr>
|
||||
<p>
|
||||
A simple funding system made with:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Python 3.5+</li>
|
||||
<li>Flask microframework</li>
|
||||
<li>Postgres 9.5+</li>
|
||||
<li>Redis</li>
|
||||
</ul>
|
||||
<p>
|
||||
We do not keep access logs or install tracking cookies. All static resources (javascript/stylesheets/images) are self-hosted.
|
||||
</p>
|
||||
<p>
|
||||
When you encounter problems; please visit #wownero on chat.freenode.org
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include 'sidebar.html' %}
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue