generated from nathanwoodburn/python-webserver-template
This commit is contained in:
21
templates/data.html
Normal file
21
templates/data.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Nathan.Woodburn/</title>
|
||||
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="spacer"></div>
|
||||
<div class="centre">
|
||||
<h1>RESPONSE</h1>
|
||||
<pre style="text-align: left;">{{ data | safe }}</pre>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user