aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-04-11 18:29:43 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-04-11 18:29:43 +0300
commit5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5 (patch)
tree1867649c5e60563a601ed00b7546393a872d8af9 /src/index.html
parentf3249e31f3f7c9b709f203d2a01a38892d771996 (diff)
downloadarching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.tar.gz
arching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.tar.bz2
arching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.zip
results of render now output results
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 66c6b12..11dab10 100644
--- a/src/index.html
+++ b/src/index.html
@@ -77,10 +77,13 @@
align-items: center;
gap: 10px;"
>
- <div>Render since zblock</div>
+ <h3>Render since zblock</h3>
<input id="search-field" type="text" name="search" placeholder="Enter a zblock hash"/>
<button onclick="seekZblock(this.parentElement.querySelector('#search-field').value, ['search', false])">Render</button>
</div>
+ <div class="results-area">
+ <h3>Results</h3>
+ </div>
<div style="
display: flex;
flex-direction: row;