feat: Initial version
All checks were successful
Build Docker / BuildImage (push) Successful in 47s

This commit is contained in:
2025-02-05 18:08:31 +11:00
parent 508c67fab7
commit 11a6d6c003
4 changed files with 158 additions and 1 deletions

View File

@@ -12,8 +12,22 @@
<body>
<div class="spacer"></div>
<div class="centre">
<h1>Nathan.Woodburn/</h1>
<h1>Nathan.Woodburn/ EXPLORER ALPHA</h1>
<form action="/name" method="get">
<input type="text" name="name" placeholder="Name">
<button type="submit">Search</button>
</form>
<form action="/tx" method="get">
<input type="text" name="tx" placeholder="TXID">
<button type="submit">Search</button>
</form>
<form action="/block" method="get">
<input type="text" name="block" placeholder="Blockhash or Height">
<button type="submit">Search</button>
</form>
</div>
</body>
</html>