aboutsummaryrefslogtreecommitdiff
path: root/src/hl
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-12-08 22:36:38 -0600
committerDavid Barksdale <amatus@amatus.name>2014-12-08 22:36:38 -0600
commit927a38f9129c85e8eebffb035e3506aea71d7c26 (patch)
tree2f6c07b23f49512857968320b5ce359cb86d9d01 /src/hl
parent1e64ab1725081c5bb3009c93db080129f41843ae (diff)
Remove superflous components
They're already included in semantic.*
Diffstat (limited to 'src/hl')
-rw-r--r--src/hl/index.cljs.hl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hl/index.cljs.hl b/src/hl/index.cljs.hl
index 96a911e..fd5b0ca 100644
--- a/src/hl/index.cljs.hl
+++ b/src/hl/index.cljs.hl
@@ -201,11 +201,8 @@
(html
(head
(link :rel "stylesheet" :type "text/css" :href "css/semantic.min.css")
- (link :rel "stylesheet" :type "text/css" :href "css/menu.min.css")
- (link :rel "stylesheet" :type "text/css" :href "css/progress.min.css")
(link :rel "stylesheet" :type "text/css" :href "css/gh-fork-ribbon.css")
(script :src "js/semantic.min.js")
- (script :src "js/progress.min.js")
(title "gnunet.io - A GNUnet Web Application"))
(body
(div :class "github-fork-ribbon-wrapper right"