diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:17:23 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:17:23 -0700 |
commit | b04d7db80ce56b19d11cac5fa73b857fee405afa (patch) | |
tree | 2871188dffaaa104b708bd4e0598516538c05da8 /etc/index.html | |
parent | 6eef6e6748ebd996ce177d7265623905bfcf4359 (diff) |
changed link structure
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>
|