diff options
Diffstat (limited to 'programming/index.html')
-rw-r--r-- | programming/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/programming/index.html b/programming/index.html index 4274582..ec7f51a 100644 --- a/programming/index.html +++ b/programming/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>Programming | <a class="backbutton" href="../index.html">[Back]</a></h1>
- <p>There's nothing here.
+ <h1>Programming | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>There's nothing here, yet, but some things I have programmed are available on github.com/kaistevenson.
</p>
</div>
</div>
|