mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
23 lines
No EOL
638 B
HTML
23 lines
No EOL
638 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div style="display:none">
|
|
{% block title %}YellWOWPages - Sex and Drugs in the metaverse{% endblock %}
|
|
</div>
|
|
|
|
<div id="main">
|
|
<main>
|
|
<strong>Yell<span>WOW</span>Pages</strong>
|
|
</main>
|
|
<div>
|
|
The first <img src="../../static/wownero.png" alt=""> addresses library -
|
|
from the community, for the community.
|
|
</div>
|
|
<br><br>
|
|
<div style="margin-top:40px;">
|
|
<a style="text-decoration: none;" href="{{ url_for('bp_routes.search') }}">
|
|
<button style="max-width:320px;">start searching</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %} |