From a9a8dac6a87c88afafd3c3e0a2edeafa582b1a2a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 24 May 2021 23:25:40 +0200 Subject: [PATCH] explain --- resources/public/tictactoe.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/public/tictactoe.html b/resources/public/tictactoe.html index 387f05c..e3ee387 100644 --- a/resources/public/tictactoe.html +++ b/resources/public/tictactoe.html @@ -42,7 +42,11 @@

SCI script tag: Reagent tic-tac-toe

-

The following source was loaded from cljs/tictactoe.cljs:

+

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