From 298b5552c46b523f3597ab8c97c57e9bec45a597 Mon Sep 17 00:00:00 2001
From: Michiel Borkent
Date: Tue, 25 May 2021 14:30:46 +0200
Subject: [PATCH] style, html
---
resources/public/index.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/resources/public/index.html b/resources/public/index.html
index b263969..6ee3c63 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -45,7 +45,8 @@
download your own copy and host it yourself.
-
+
+
Include sci-script-tag.js and write a script tag
where type is set
@@ -75,7 +76,8 @@
Click me!
-
+
+
When you have a file on your server, say cljs/script.cljs, you can load it using the src attribute:
@@ -83,7 +85,8 @@
<script src="cljs/script.cljs" type="application/x-sci"></script>
-
+
+
To enable reagent,
in addition to sci-script-tag.js, you need to include sci-script-tag-plugin-reagent.js.