mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
24 lines
No EOL
806 B
HTML
24 lines
No EOL
806 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">
|
|
<div id="root">
|
|
<img src="{{ url_for('static', filename='1-ico.svg') }}" alt="">
|
|
<div style="flex-direction: column;">
|
|
<div>
|
|
The first <img src="{{ url_for('static', filename='wownero.png') }}" alt="" id="wow"> addresses library <br>
|
|
from the community, for the community.
|
|
</div>
|
|
<div>
|
|
<a style="text-decoration: none;" href="{{ url_for('bp_routes.search') }}">
|
|
<button style="max-width:320px;">start searching</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %} |