summaryrefslogtreecommitdiff
path: root/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 /index.html
parent6eef6e6748ebd996ce177d7265623905bfcf4359 (diff)
changed link structure
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/index.html b/index.html
index 1bac646..a299391 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
<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">
@@ -7,17 +8,17 @@
<h1>Hello, I'm Kai!</h1>
<p>This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of.
I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another website at
- https://www.kaistevenson.com, which takes itself a little more seriously. You can also email me at kai@kaistevenson.com.
+ kaistevenson.com, which takes itself a little more seriously. You can also email me at kai@kaistevenson.com.
</p>
<ul>
- <li><h2><a href="writing/index.html">Writing../</a> /* Proudly part of the 84% */</h2></li>
- <li><h2><a href="programming/index.html">Programming../</a> /* It's easier than it looks */</h2></li>
+ <li><h2><a href="writing/">Writing../</a> /* Proudly part of the 84% */</h2></li>
+ <li><h2><a href="programming/">Programming../</a> /* It's easier than it looks */</h2></li>
<li><h2><a href="music/">Music../</a> /* Dmin7, G7, CMaj7 */</h2></li>
<li><h2><a href="photography/">Photography../</a> /* No longer obscure-a */</h2></li>
<li><h2><a href="etc/">Etc../</a> /* Everything else */</h2></li>
</ul>
- <img style="padding: 50px; display: block; margin: auto;" src="roly-saynotoweb3.gif">
+ <!--<img style="padding: 50px; display: block; margin: auto;" src="roly-saynotoweb3.gif"> -->
<br>
</div>
</div>
-</body>
+</body> \ No newline at end of file