aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-25 16:19:02 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-25 16:19:02 +0300
commit915c68617651954c8b26762b9997ce5db412d3ec (patch)
tree6f04d272988034575e5c46597459f01c107c063c /src/index.html
parentd897ce565fdd609efcc8377d45f98dc616db3fce (diff)
downloadarching-kaos-web-ui-915c68617651954c8b26762b9997ce5db412d3ec.tar.gz
arching-kaos-web-ui-915c68617651954c8b26762b9997ce5db412d3ec.tar.bz2
arching-kaos-web-ui-915c68617651954c8b26762b9997ce5db412d3ec.zip
more visual updates
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index f8de5d9..d07d4ce 100644
--- a/src/index.html
+++ b/src/index.html
@@ -70,20 +70,21 @@
<div id="welcome-section">
<h2>🏡 Home</h2>
<p>Welcome to Arching Kaos project.</p>
+ <h3>Render explicit zblock</h3>
<div style="
padding: 1vh 1vw;
display: flex;
- flex-direction: column;
+ flex-direction: row;
align-items: center;
gap: 10px;"
>
- <h3>Render explicit 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>
+ <h3>Other options for loading</h3>
<div style="
display: flex;
flex-direction: row;