diff options
Diffstat (limited to 'writing/index.html')
-rw-r--r-- | writing/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/writing/index.html b/writing/index.html index f75e68b..766599a 100644 --- a/writing/index.html +++ b/writing/index.html @@ -1,10 +1,11 @@ <head>
- <link rel="stylesheet" href="../style.css">
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<div class="background">
<div class="contentpane">
- <h1>Writing | <a class="backbutton" href="../index.html">[Back]</a></h1>
+ <h1>Writing | <a class="backbutton" href="../">[Back]</a></h1>
<p>This is the index page for my writing. Obviously, if you follow the links below, you can read things I've written.
Whether or not you want to do that is up to you.
</p>
|