mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-27 23:24:22 +00:00
Create contrib.html
This commit is contained in:
parent
f10a9e974c
commit
a87821a59b
21
templates/contrib.html
Normal file
21
templates/contrib.html
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<title>API</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css')}}"/>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<div id="wrapper">
|
||||||
|
<div id="title">
|
||||||
|
<a href='/'>Yggdrasil Network API</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Contributors - {{nocontribs}}</h2>
|
||||||
|
<p>This is a list of contributors sending in their view of the network, this list is based on the contributions sent in the last 4 hours.</p><br />
|
||||||
|
|
||||||
|
{% for x in contribnodes %}
|
||||||
|
<div class="contribs">{{ x }}</div>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user