diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-13 18:13:06 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-13 18:13:06 +0300 |
commit | f6fc624b2a4c5fff80e8e070b5cb065bcced0aed (patch) | |
tree | 8ec19da31a8196cb30cecc053b10ee11a48b4835 /src/index.html | |
parent | b165b0e78e04d269eca33f78df6b86922fcae56e (diff) | |
download | arching-kaos-web-ui-f6fc624b2a4c5fff80e8e070b5cb065bcced0aed.tar.gz arching-kaos-web-ui-f6fc624b2a4c5fff80e8e070b5cb065bcced0aed.tar.bz2 arching-kaos-web-ui-f6fc624b2a4c5fff80e8e070b5cb065bcced0aed.zip |
refactoring
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 11dab10..795a3d9 100644 --- a/src/index.html +++ b/src/index.html @@ -77,7 +77,7 @@ align-items: center; gap: 10px;" > - <h3>Render since zblock</h3> + <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> |