Files
linguist/samples/Clojure/hiccup.hic
2013-11-05 15:33:05 +07:00

9 lines
179 B
Clojure

[:html
[:head
[:meta {:charset "utf-8"}]
[:link {:rel "stylesheet" :href "css/bootstrap.min.css"}]
[:script {:src "app.js"}]]
[:body
[:div.nav
[:p "Hello world!"]]]]