diff --git a/index.html b/index.html index 6ee3c63..ff8d882 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@
+ + + + + @@ -21,7 +24,11 @@The following source was loaded and interpreted from cljs/tictactoe.cljs using the script tag: -
<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>
+