aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error/404.html30
-rw-r--r--index.html2
2 files changed, 16 insertions, 16 deletions
diff --git a/error/404.html b/error/404.html
index 0a0cac3..164819b 100644
--- a/error/404.html
+++ b/error/404.html
@@ -1,41 +1,41 @@
<!DOCTYPE html>
<html>
-
+
<head>
<title>404 Page Not Found</title>
<style>
-
+
body {
color: black;
- background-image: url('../images/woopsy.jpg');
+ background-image: url('/images/woopsy.jpg');
}
table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
}
</style>
</head>
-
+
<body>
- <a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a>
-
+ <a href="/index.html"><img src="/images/back_home.png" alt="Back to home page"/></a>
+
<center>
<table border="1" width="60%">
- <tr>
- <td>
+ <tr>
+ <td>
<h1>Woopsy!</h1>
<p>
You tried looking for something that doesnt exist. This is a strange 404 page indeed.
</p>
- <img src="../images/british.gif" alt="Sips british tea"/>
+ <img src="/images/british.gif" alt="Sips british tea"/>
</td>
</tr>
</table>
diff --git a/index.html b/index.html
index dcfa214..db9396e 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<head>
<title>Nathan's Shitty Web</title>
<link rel="icon" type="image/x-icon" href="images/icon.png">
- <link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="blog/feed.xml">
+ <link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="/blog/feed.xml">
<style>