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.
63 lines
2.1 KiB
HTML
63 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="HandheldFriendly" content="True">
|
|
<meta name="MobileOptimized" content="320">
|
|
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
|
|
<meta property="fb:app_id" content="0" />
|
|
<meta property="og:image" content="https://www.getmonero.org/press-kit/symbols/monero-symbol-on-white-480.png" />
|
|
<meta property="og:description" content="xmrnodes" />
|
|
<meta property="og:url" content="https://monero.fail" />
|
|
<meta property="og:title" content="XMR Nodes" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="apple-mobile-web-app-title" content="XMR Nodes">
|
|
<meta name="application-name" content="XMR Nodes">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="keywords" content="wownero, monero, xmr, bitmonero, cryptocurrency">
|
|
<link href="/static/css/normalize.css" rel="stylesheet">
|
|
<link href="/static/css/pure.css" rel="stylesheet">
|
|
<link href="/static/css/style.css" rel="stylesheet">
|
|
<title>XMR Nodes</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% with messages = get_flashed_messages() %}
|
|
{% if messages %}
|
|
<ul class="flashes pure-u-1 center">
|
|
{% for message in messages %}
|
|
<li>{{ message }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endif %}
|
|
{% endwith %}
|
|
|
|
<div id="" class="center">
|
|
<br>
|
|
<a href="{{ url_for('meta.about') }}">about</a>
|
|
-
|
|
<a href="{{ url_for('meta.map') }}">map</a>
|
|
-
|
|
<a href="https://twitter.com/lza_menace" target="_blank">contact</a>
|
|
-
|
|
<a href="https://github.com/lalanza808/monero.fail" target="_blank">source</a>
|
|
-
|
|
<a href="https://moneroinfodump.neocities.org/" target="_blank">infodump</a>
|
|
</div>
|
|
|
|
<!-- Page Content -->
|
|
{% block content %} {% endblock %}
|
|
|
|
<!-- Footer -->
|
|
<div id="footer" class="center">
|
|
<a href="#">Go to top</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|