about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-24 23:28:25 -0700
committerCase Duckworth2015-03-24 23:28:25 -0700
commit78d73d0d9292067bbfc1ed74d5d0eaca32a81e3f (patch)
tree3ab6862d66cca106b957c82315e41dcc62edb9ac
parentUpdate makefile to sidestep pandoc error (diff)
downloadautocento-78d73d0d9292067bbfc1ed74d5d0eaca32a81e3f.tar.gz
autocento-78d73d0d9292067bbfc1ed74d5d0eaca32a81e3f.zip
Fix cover page css link
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 50e3c86..9d82e0b 100644 --- a/index.html +++ b/index.html
@@ -10,7 +10,7 @@
10 <link rel="icon" type="image/png" href="img/favico.png" /> 10 <link rel="icon" type="image/png" href="img/favico.png" />
11 11
12 <!-- <link rel="stylesheet" type="text/css" href="./css/cover.css"> --> 12 <!-- <link rel="stylesheet" type="text/css" href="./css/cover.css"> -->
13 <link rel="stylesheet" type="text/css" href="./css/style.css"> 13 <link rel="stylesheet" type="text/css" href="style.css">
14 <script src="./js/lozenge.js" type="text/javascript"> </script> 14 <script src="./js/lozenge.js" type="text/javascript"> </script>
15 15
16 <script> 16 <script>