mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
<!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>
|