From 2f890f236f1c717d793efc2df605c18270ed8fb9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 May 2021 12:49:57 +0200 Subject: [PATCH] minor --- resources/public/tictactoe.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/public/tictactoe.html b/resources/public/tictactoe.html index cd579a6..eb98e9b 100644 --- a/resources/public/tictactoe.html +++ b/resources/public/tictactoe.html @@ -19,15 +19,14 @@

Scittle tic-tac-toe

What is Scittle?

Read the main page for more details.

-

Reagent tic tac toe

+

The game

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 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>
+