2022-03-12 12:46:31 +00:00
|
|
|
{% 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 -
|
2022-03-12 20:06:22 +00:00
|
|
|
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>
|
2022-03-12 12:46:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|