diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-04-11 18:29:43 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-04-11 18:29:43 +0300 |
commit | 5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5 (patch) | |
tree | 1867649c5e60563a601ed00b7546393a872d8af9 /src/index.html | |
parent | f3249e31f3f7c9b709f203d2a01a38892d771996 (diff) | |
download | arching-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.html | 5 |
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; |