monday last fixes before printing

This commit is contained in:
juanatsap
2025-11-17 08:34:50 +00:00
parent fbc270278e
commit 7fc4f76706
24 changed files with 4496 additions and 132 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/hyperscript" src="/static/hyperscript/functions-full-test._hs"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
</head>
<body _="on load call initScrollBehavior() then call handleScroll()">
<div id="back-to-top"></div>
<div id="info-button"></div>
<div id="shortcuts-button"></div>
<h1>Testing partial hyperscript file</h1>
</body>
</html>