From 3c4f4e102a19640754f52105186b561822c6da24 Mon Sep 17 00:00:00 2001
From: Michiel Borkent
Date: Tue, 25 May 2021 14:26:10 +0200
Subject: [PATCH] style, html
---
resources/public/css/style.css | 6 +-----
resources/public/index.html | 6 +++---
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/resources/public/css/style.css b/resources/public/css/style.css
index 68758f9..55ef6c5 100644
--- a/resources/public/css/style.css
+++ b/resources/public/css/style.css
@@ -1,11 +1,7 @@
-body
-{
- font-family: Arial;
-}
-
div#app
{
color:#666;
+ font-family: Arial;
}
div#app td
diff --git a/resources/public/index.html b/resources/public/index.html
index 4549d11..b263969 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -45,7 +45,7 @@
download your own copy and host it yourself.
-
+
Include sci-script-tag.js and write a script tag
where type is set
@@ -75,7 +75,7 @@
Click me!
-
+
When you have a file on your server, say cljs/script.cljs, you can load it using the src attribute:
@@ -83,7 +83,7 @@
<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.