mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
join the uwu revolution
This commit is contained in:
parent
57595bc039
commit
73948e2a65
@ -2,9 +2,32 @@
|
|||||||
insert_anchor_links = "left"
|
insert_anchor_links = "left"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
body.lmao .dark-hero .main {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
body.lmao .dark-hero .wuw {
|
||||||
|
display:block;
|
||||||
|
padding-top: 24px;
|
||||||
|
}
|
||||||
|
body .dark-hero .wuw {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script type="application/javascript">
|
||||||
|
if(window.location.search=="?wuw=true") {
|
||||||
|
document.body.classList.add('lmao');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<div class="dark-hero full-width" classes="add appear">
|
<div class="dark-hero full-width" classes="add appear">
|
||||||
<span class="logo dark"><<span class="blue">/</span>> <span class="no-mobile">htm<span class="blue">x</span></span></span>
|
<div class="main">
|
||||||
<sub class="no-mobile"><i>high power tools for HTML</i></sub>
|
<span class="logo dark"><<span class="blue">/</span>> <span class="no-mobile">htm<span class="blue">x</span></span></span>
|
||||||
|
<sub class="no-mobile"><i>high power tools for HTML</i></sub>
|
||||||
|
</div>
|
||||||
|
<div class="wuw">
|
||||||
|
<img src="/img/wuw.png">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="border: 1px solid lightgrey; margin:24px;padding:12px;border-radius: 8px; background-color: whitesmoke; filter: drop-shadow(3px 3px darkgray)">
|
<div style="border: 1px solid lightgrey; margin:24px;padding:12px;border-radius: 8px; background-color: whitesmoke; filter: drop-shadow(3px 3px darkgray)">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user