Skip to content

Commit 65c28d3

Browse files
committed
feat: add banner for mizu.js
1 parent 6253268 commit 65c28d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/mod.html

+12
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,18 @@ <h2 id="usage"><a href="#usage">Usage</a></h2>
190190
<p>
191191
All published versions are available in the <a href="/v/" target="_blank"><code>/v/</code></a> directory. By default, the <code>main</code> branch is served.
192192
</p>
193+
<div class="flash accent flex space-between">
194+
<img src="https://mizu.sh/minu.png" alt="" style="max-width: 90px">
195+
<div class="ml-1 width grow">
196+
<p>
197+
Looking to create interactive web pages in seconds? Check out <a href="https://mizu.sh"><u>mizu.js</u></a>!
198+
</p>
199+
<pre
200+
class="usage-snippet"
201+
><code><span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://mizu.sh/client.js"</span> <span class="hljs-attr">defer</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span></code></pre
202+
>
203+
</div>
204+
</div>
193205
<section>
194206
<h3 id="a-la-carte"><a href="#a-la-carte">À la carte</a></h3>
195207
<p>

0 commit comments

Comments
 (0)