Add Scroll to Top Button

This commit is contained in:
speatzle 2024-06-25 18:03:06 +02:00
parent 1a181980a3
commit 7afef6234a

View file

@ -39,5 +39,6 @@ window.onload = function(e){
</p>
{{end}}
</div>
<input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB"> Auto Follow
<input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB"> Auto Follow</input>
<button type="button" onclick="window.scrollTo(0,0);">Scroll to Top</button>
{{template "tail"}}