tictactoe

This commit is contained in:
Michiel Borkent 2021-05-24 23:13:46 +02:00
parent dd58d814d5
commit fd5acb9164
3 changed files with 147 additions and 1 deletions

View file

@ -24,7 +24,6 @@
<script src="cljs/script.cljs" type="application/x-sci"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/languages/clojure.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/zenburn.min.css" integrity="sha512-JPxjD2t82edI35nXydY/erE9jVPpqxEJ++6nYEoZEpX2TRsmp2FpZuQqZa+wBCen5U16QZOkMadGXHCfp+tUdg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
@ -104,6 +103,8 @@
&lt;/script&gt;
</code></pre>
Also see a <a href="tictactoe.html">tic-tac-toe</a> demo.
<div id="app"></div>
<script type="text/javascript">hljs.highlightAll();</script>