update build
This commit is contained in:
parent
988a0565b4
commit
e94cc93f4a
1 changed files with 7 additions and 12 deletions
17
index.html
17
index.html
|
|
@ -66,21 +66,15 @@
|
|||
<h2>What is this?</h2>
|
||||
<p>This project exposes the <a href="https://github.com/babashka/sci">Small Clojure Interpreter</a> in the
|
||||
browser in such a way that you can use it with the <tt>script</tt> tag.</p>
|
||||
<h2>Project status</h2>
|
||||
<p>
|
||||
This project is still experimental and breaking changes may
|
||||
happen. Feedback is welcome
|
||||
on <a href="https://github.com/babashka/scittle">Github</a>.</p>
|
||||
<p>
|
||||
To use scittle on your own site, it is recommended to use the links
|
||||
published to
|
||||
the <a href="https://github.com/babashka/scittle/releases/tag/v0.1.2">releases
|
||||
page</a>.
|
||||
</p>
|
||||
|
||||
<a name="usage"></a>
|
||||
<h2><a href="#usage">Usage</a></h2>
|
||||
|
||||
To embed scittle in your website, it is recommended to use the links
|
||||
published to
|
||||
the <a href="https://github.com/babashka/scittle/releases/tag/v0.1.2">releases
|
||||
page</a>.
|
||||
|
||||
Include <tt>scittle.js</tt> and write a <tt>script</tt> tag
|
||||
where <tt>type</tt> is set
|
||||
to <tt>application/x-scittle</tt>.
|
||||
|
|
@ -127,6 +121,7 @@
|
|||
<a name="examples"></a>
|
||||
<h2><a href="#examples">Examples</a></h2>
|
||||
<ul>
|
||||
<li>Scittle on <a href="https://codepen.io/Prestance/pen/PoOdZQw">CodePen</a></li>
|
||||
<li><a href="tictactoe.html">Tic-tac-toe</a></li>
|
||||
<li><a href="bookmarklet.html">Bookmarklet</a></li>
|
||||
<li><a href="wordle.html">Wordle</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue