You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

33 lines
1.1 KiB

<!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.org/" 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>