summaryrefslogtreecommitdiff
path: root/photography/index.html
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 16:17:23 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 16:17:23 -0700
commitb04d7db80ce56b19d11cac5fa73b857fee405afa (patch)
tree2871188dffaaa104b708bd4e0598516538c05da8 /photography/index.html
parent6eef6e6748ebd996ce177d7265623905bfcf4359 (diff)
changed link structure
Diffstat (limited to 'photography/index.html')
-rw-r--r--photography/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/photography/index.html b/photography/index.html
index 905f240..09e6487 100644
--- a/photography/index.html
+++ b/photography/index.html
@@ -1,11 +1,12 @@
<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>Photography | <a class="backbutton" href="../index.html">[Back]</a></h1>
- <p>There's nothing here.
+ <h1>Photography | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>There's nothing here, yet.
</p>
</div>
</div>