summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2009-11-04 12:54:44 +0000
committerBen Firshman <ben@firshman.co.uk>2009-11-04 12:54:44 +0000
commit1cac4f231c0a64e52c0a34d37a3434d82a8851bb (patch)
tree60d8ffc99d4395e77e19a54234ee2891ff21d8ab
parent124c357d6774a4c6854fb2131b7343a86f819247 (diff)
downloadjsnes-1cac4f231c0a64e52c0a34d37a3434d82a8851bb.zip
jsnes-1cac4f231c0a64e52c0a34d37a3434d82a8851bb.tar.gz
jsnes-1cac4f231c0a64e52c0a34d37a3434d82a8851bb.tar.bz2
Correct style sheet path
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b97302e..dae6635 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>JSNES: A Javascript NES emulator</title>
- <link rel="stylesheet" href="style.3.css" type="text/css" media="screen"
+ <link rel="stylesheet" href="../style.3.css" type="text/css" media="screen"
charset="utf-8">
<link rel="stylesheet" href="jsnes.1.css" type="text/css" media="screen"
charset="utf-8">