You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
4 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Wownero Block Explorer</title>
|
||
|
<link rel="stylesheet" href="/static/css/main.css"/>
|
||
|
<link rel="stylesheet" href="/static/css/normalize.css"/>
|
||
|
<link rel="stylesheet" href="/static/css/dopetrope.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="page-wrapper">
|
||
|
{% block content %}
|
||
|
{% endblock content %}
|
||
|
<section id="footer">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<div id="copyright">
|
||
|
<ul class="links">
|
||
|
<li><a href="https://html5up.net" target=_blank>Design by HTML5 UP</a></li>
|
||
|
<li><a href="https://git.wownero.com/lza_menace/wownero-explorer" target=_blank>View the code</a></li>
|
||
|
<li><a href="https://wownero.com/" target=_blank>Learn about WOW</a></li>
|
||
|
<li><a href="https://twitter.com/lza_menace" target=_blank>Holler at me dog</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|