From ea8f7c796cc669e99f171918bca50eaf71f4533b Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 3 Mar 2015 11:51:04 -0700
Subject: Add genre, project js to template; add Georgia to css

---
 index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index b2a138d..78dcb7d 100644
--- a/index.html
+++ b/index.html
@@ -10,12 +10,14 @@
     <title>Autocento of the breakfast table | Autocento of the breakfast table</title>
 
     <link rel="stylesheet" type="text/css" href="./css/common.css">
+    <script src="./js/lozenge.js"> </script>
         <link rel="stylesheet" type="text/css" href="./css/verse.css">
+    <script src="./js/verse.js"> </script>
             <link rel="stylesheet" type="text/css" href="./css/autocento.css">
+    <script src="./js/autocento.js"> </script>
         <!--[if lt IE 9]>
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
     <![endif]-->
-    <script src="./js/lozenge.js"> </script>
     <!-- <script src="js/external.js"> </script> -->
     </head>
 <body>
-- 
cgit 1.4.1-21-gabe81