summaryrefslogtreecommitdiff
path: root/src/index.cljs.hl
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.cljs.hl')
-rw-r--r--src/index.cljs.hl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.cljs.hl b/src/index.cljs.hl
new file mode 100644
index 0000000..c8be06d
--- /dev/null
+++ b/src/index.cljs.hl
@@ -0,0 +1,10 @@
+(page "index.html"
+ (:require [app.rpc :as rpc]))
+
+(html
+ (head
+ (title "Tankputer"))
+ (body
+ (h1 "Tankputer")))
+
+;; vim: set expandtab ts=2 sw=2 filetype=clojure :