minor
This commit is contained in:
parent
07367e1781
commit
2f890f236f
1 changed files with 2 additions and 3 deletions
|
|
@ -19,15 +19,14 @@
|
||||||
<h1>Scittle tic-tac-toe</h1>
|
<h1>Scittle tic-tac-toe</h1>
|
||||||
<h2>What is Scittle?</h2>
|
<h2>What is Scittle?</h2>
|
||||||
<p>Read <a href="index.html">the main page</a> for more details.</p>
|
<p>Read <a href="index.html">the main page</a> for more details.</p>
|
||||||
<h2>Reagent tic tac toe</h2>
|
<h2>The game</h2>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<p>The following source was loaded and interpreted
|
<p>The following source was loaded and interpreted
|
||||||
from <a href="cljs/tictactoe.cljs"><tt>cljs/tictactoe.cljs</tt></a> using the
|
from <a href="cljs/tictactoe.cljs"><tt>cljs/tictactoe.cljs</tt></a> using the
|
||||||
script tag:
|
script tag:
|
||||||
<pre><code class="html">
|
<pre><code class="html">
|
||||||
<script type="application/x-sci" src="cljs/tictactoe.cljs"></script>
|
<script type="application/x-sci" src="cljs/tictactoe.cljs"></script>
|
||||||
<script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
|
|
||||||
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</p>
|
</p>
|
||||||
<pre><code class="language-clojure" id="cljs"></code></pre>
|
<pre><code class="language-clojure" id="cljs"></code></pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue