diff options
Diffstat (limited to 'etc/index.html')
-rw-r--r-- | etc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/index.html b/etc/index.html index e30729c..fc0d88d 100644 --- a/etc/index.html +++ b/etc/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>Etc | <a class="backbutton" href="../index.html">[Back]</a></h1>
+ <h1>Etc | <a class="backbutton" href="../">[Back]</a></h1>
<p>There's nothing here.
</p>
</div>
|