comparison faq.clj @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents 874a6a2c28cf
children 5b0753c6f34d
comparison
equal deleted inserted replaced
77:bf68c9ea9528 78:4ebd94bfecda
34 34
35 35
36 (def head 36 (def head
37 [:head 37 [:head
38 [:meta {:http-equiv "Content-Type" :content "text/html" :charset "UTF-8"}] 38 [:meta {:http-equiv "Content-Type" :content "text/html" :charset "UTF-8"}]
39 [:link {:rel "stylesheet" :href "main.css" :type "text/css" :media "screen"}] 39 [:link {:rel "stylesheet" :href "css/main.css" :type "text/css" :media "screen"}]
40 [:link {:rel "stylesheet" :href "old_sexy.css" :type "text/css" :media "screen"}] 40 [:link {:rel "stylesheet" :href "css/old_sexy.css" :type "text/css" :media "screen"}]
41 [:link {:rel "stylesheet" :href "faq.css" :type "text/css" :media "screen"}] 41 [:link {:rel "stylesheet" :href "css/faq.css" :type "text/css" :media "screen"}]
42 [:title "Laserkard | FAQ"] 42 [:title "Laserkard | FAQ"]
43 43
44 ]) 44 ])
45 45
46 46