added about page and local ipfs
parent
5719ea1c7e
commit
2756dbff4a
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
{% include 'includes/head.html' %}
|
||||||
|
<body>
|
||||||
|
<section class="section">
|
||||||
|
<div class="container">
|
||||||
|
{% include 'includes/navbar.html' %}
|
||||||
|
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column screen" style="padding-top:1em;">
|
||||||
|
<p>
|
||||||
|
Welcome. </br>
|
||||||
|
</br>
|
||||||
|
Up until now there has been a small group of people who were responsible for reviewing and approving the 4600+ memes submitted to the prior platform.
|
||||||
|
Wownero has become a meme powerhouse via SuchWow, but it's a highly centralized, aging, and fragile service.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</br>
|
||||||
|
<p>
|
||||||
|
This service is a continuation of <a href="https://suchwow.xyz">SuchWow</a> for the <a href="https://wownero.org">Wownero</a> cryptocurrency project.
|
||||||
|
It has been remixed onto the <a href="https://www.avax.network/">Avalanche network</a> and <a href="https://ipfs.io">Interplanetary Filesystem</a> and launched with a smart contract with some useful features.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
{% include 'includes/footer.html' %}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue