summaryrefslogtreecommitdiff
path: root/src/index.cljs.hl
blob: c8be06daff21ecea635162893811160a0c5a7ede (plain)
1
2
3
4
5
6
7
8
9
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 :