mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
17 lines
417 B
HTML
17 lines
417 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 to the community
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|