about summary refs log tree commit diff
path: root/www/index.htm
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit6f3fe75a6a9fbcf37257eef63e08230b05bb31f5 (patch)
tree0c9344c47dd29322d2d487125ea4c4ca387165cf /www/index.htm
parent/site -> /www (diff)
downloadw-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar
w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.gz
w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.bz2
w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.xz
w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.zip
use / as main page
Diffstat (limited to 'www/index.htm')
-rw-r--r--www/index.htm18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/index.htm b/www/index.htm
index 3b01efb..9f33ad6 100644
--- a/www/index.htm
+++ b/www/index.htm
@@ -5,9 +5,9 @@
 <title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
 
 <h1>Porter Swanstrom</h1> {
-<a href="/m">HOME</a> :
-<a href="/proj">PROJECTS</a> :
-<a href="/www">ABOUT</a> }
+<a href="..">HOME</a> :
+<a href="../proj">PROJECTS</a> :
+<a href="../www">ABOUT</a> }
 
 </div><div class="body">
 
@@ -21,10 +21,10 @@ excuse to learn html, css, and git</p>
 <p>Every page has been moved to its own directory so that
 this site can use url slugs without relying on a framework
 or web server. Now the url of every page looks much cleaner.
-There is also an <a href="/err">error</a> page now so when
+There is also an <a href="../err">error</a> page now so when
 someone tries going to a page that doesn't exist like
-<a href="/nonexistent">this</a> one, they're sent to an
-error page and then redirected to the <a href="/m">main</a>
+<a href="../nonexistent">this</a> one, they're sent to an
+error page and then redirected to the <a href="..">main</a>
 page after a few seconds</p>
 
 <h3>02/04/24</h3>
@@ -57,8 +57,8 @@ and a few purple headers</p>
 
 <h3>12/09/23</h3>
 <p>Started this site on the 6th and so far the only pages
-are the <a href="/m">main</a> page, <a href="/proj">
-projects</a> page, and <a href="/www">about</a> page. I
+are the <a href="..">main</a> page, <a href="../proj">
+projects</a> page, and <a href="../www">about</a> page. I
 also started to add some basic css and successfully got a
 working header and footer</p>
 
@@ -69,6 +69,6 @@ git clone http://github.com/porterswanstrom/www</div>
 
 </div><div class="foot">
 
-Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
+Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>
 
 </div></div></body></html>