OSM2IPFS/earth/g1gate/index.html

64 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang=""><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Ğ1Gate 🜶 Là où va la Ğ1</title>
<meta name="description" content="Explorez la blockchain Ğ1 de façon visuelle pour découvrir où partent toutes ces Ğ1.">
<link rel="stylesheet" type="text/css" href="index_fichiers/styles.css" title="G1Gate">
</head>
<body>
<header>
<h1>Où va la Ğ1…</h1>
<p id="description">
Explorez la blockchain Ğ1 pour savoir où va la Ğ1.
</p>
</header>
<form method="get" action="#expenses" id="explore">
<p>
<label>
Clef à explorer&nbsp;:<br>
<input type="text" name="pubkey" size="50">
</label>
</p>
<p>
<label>
Limite du nombre de transactions&nbsp;:
<input type="number" name="txLimit" value="200" size="5">
</label>
</p>
<p>
<label>
Depuis&nbsp;:
<input type="date" name="minDate" value="2023-12-04">
</label>
</p>
<p>
<input type="submit" label="Explorer">
</p>
</form>
<section id="expenses">
</section>
<footer>
<blockquote>
Follow the money
</blockquote>
<p>
<a href="https://g1.quest/g1gate/changelog.html">
Journal de bord
</a>
</p>
</footer>
<script type="module" src="index_fichiers/app.js">
</script>
</body></html>