From 0e789d29df7f8dc42279e7d04a823ccb2f7d5f20 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 May 2021 12:46:27 +0200 Subject: [PATCH] update build --- base.html | 6 +- index.html | 22 +- js/scittle.js | 2171 +++++++++++++++++++++++++++++++++++++++++ js/scittle.reagent.js | 63 ++ tictactoe.html | 8 +- 5 files changed, 2252 insertions(+), 18 deletions(-) create mode 100644 js/scittle.js create mode 100644 js/scittle.reagent.js diff --git a/base.html b/base.html index 78d2940..90f65b6 100644 --- a/base.html +++ b/base.html @@ -2,7 +2,7 @@ - + -

SCI script tag

+

Scittle

       
 <head>
-  <script src="https://borkdude.github.io/sci-script-tag/js/sci-script-tag.js" type="application/javascript"></script>
+  <script src="https://borkdude.github.io/scittle/js/scittle.js" type="application/javascript"></script>
 
   <script type="application/x-sci">
     (defn my-alert []
diff --git a/index.html b/index.html
index ff8d882..b1bf610 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,10 @@
 
   
     
-    
+    
     
     
-    
+    
     
+    
 
     
     
-    
+    
 
     
 
@@ -16,8 +16,8 @@
 
   
   
-    

SCI script tag: Reagent tic-tac-toe

-

What is SCI script tag?

+

Scittle tic-tac-toe

+

What is Scittle?

Read the main page for more details.

Reagent tic tac toe