Skip to content

Commit 7060e34

Browse files
committed
update home page
1 parent bc47953 commit 7060e34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ title: ///_hyperscript
101101

102102
<div style="text-align:center">
103103
<div class="install-bar"
104-
data-install='<script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90/dist/_hyperscript.min.js" integrity="sha384-kNli9q2SAIKZyCaj/HsxM+q3rmzWVyOTVcwQ/X1tVf7h38a1wkbfBYpckMRA0eSr" crossorigin="anonymous"></script>'
104+
data-install='<script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.91/dist/_hyperscript.min.js" integrity="sha384-kNli9q2SAIKZyCaj/HsxM+q3rmzWVyOTVcwQ/X1tVf7h38a1wkbfBYpckMRA0eSr" crossorigin="anonymous"></script>'
105105
_="on click
106106
set the clipboard to my @data-install
107107
set old to #install-label's innerHTML
@@ -111,7 +111,7 @@ title: ///_hyperscript
111111
put old into #install-label
112112
remove .install-flash from me">
113113
<span class="install-label" id="install-label">Install</span>
114-
<code class="install-code">&lt;script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90"&gt;&lt;/script&gt;</code>
114+
<code class="install-code">&lt;script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.91"&gt;&lt;/script&gt;</code>
115115
<span class="install-copy">copy</span>
116116
</div>
117117
</div>

0 commit comments

Comments
 (0)