mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 06:51:32 +00:00
site fixes and get rid of the broken ci
This commit is contained in:
parent
620ebc366a
commit
6026923ad1
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,7 @@
|
|||||||
<script src="/js/htmx.js"></script>
|
<script src="/js/htmx.js"></script>
|
||||||
<script src="/js/class-tools.js"></script>
|
<script src="/js/class-tools.js"></script>
|
||||||
<script src="/js/preload.js"></script>
|
<script src="/js/preload.js"></script>
|
||||||
|
<script src="/js/_hyperscript.js"></script>
|
||||||
<script>
|
<script>
|
||||||
htmx.onLoad(function(){
|
htmx.onLoad(function(){
|
||||||
Prism.highlightAll();
|
Prism.highlightAll();
|
||||||
@ -50,9 +51,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://github.com/sponsors/bigskysoftware?o=esb">sponsor</a>
|
<a href="https://github.com/sponsors/bigskysoftware?o=esb">sponsor</a>
|
||||||
|
<button >
|
||||||
|
Test
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input placeholder="🔍 Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
|
<input _="on keyup[key is 'Escape'] or click elsewhere call me.blur() then set my.value to ''"
|
||||||
|
placeholder="🔍 Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="github-stars">
|
<div class="github-stars">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user