aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
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;