mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +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/class-tools.js"></script>
|
||||
<script src="/js/preload.js"></script>
|
||||
<script src="/js/_hyperscript.js"></script>
|
||||
<script>
|
||||
htmx.onLoad(function(){
|
||||
Prism.highlightAll();
|
||||
@ -50,9 +51,13 @@
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://github.com/sponsors/bigskysoftware?o=esb">sponsor</a>
|
||||
<button >
|
||||
Test
|
||||
</button>
|
||||
</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 class="github-stars">
|
||||
|
Loading…
x
Reference in New Issue
Block a user