minor
This commit is contained in:
parent
07367e1781
commit
2f890f236f
|
@ -19,15 +19,14 @@
|
|||
<h1>Scittle tic-tac-toe</h1>
|
||||
<h2>What is Scittle?</h2>
|
||||
<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>
|
||||
<p>The following source was loaded and interpreted
|
||||
from <a href="cljs/tictactoe.cljs"><tt>cljs/tictactoe.cljs</tt></a> using the
|
||||
script tag:
|
||||
<pre><code class="html">
|
||||
<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>
|
||||
</p>
|
||||
<pre><code class="language-clojure" id="cljs"></code></pre>
|
||||
|
|
Loading…
Reference in a new issue