From 43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 17:27:10 -0700 Subject: Add hyphens to prose things with Hyphenator.js --- underwear.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'underwear.html') diff --git a/underwear.html b/underwear.html index d7709c0..c90828d 100644 --- a/underwear.html +++ b/underwear.html @@ -8,13 +8,15 @@ <meta name="author" content="Case Duckworth"> <!-- more meta tags here --> <title>Underwear | Autocento of the breakfast table</title> - + <!-- general styles & scripts --> <link rel="stylesheet" type="text/css" href="./css/common.css"> - <script src="./js/lozenge.js"> </script> + <script src="./js/lozenge.js" type="text/javascript"> </script> + <script src="./js/hylo.js" type="text/javascript"> </script> + <link rel="stylesheet" type="text/css" href="./css/prose.css"> - <script src="./js/prose.js"> </script> + <script src="./js/prose.js" type="text/javascript"> </script> <link rel="stylesheet" type="text/css" href="./css/paul.css"> - <script src="./js/paul.js"> </script> + <script src="./js/paul.js" type="text/javascript"> </script> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> <![endif]--> -- cgit 1.4.1-21-gabe81