diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 6f3fe75a6a9fbcf37257eef63e08230b05bb31f5 (patch) | |
tree | 0c9344c47dd29322d2d487125ea4c4ca387165cf /proj | |
parent | /site -> /www (diff) | |
download | w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.gz w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.bz2 w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.xz w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.zip |
use / as main page
Diffstat (limited to 'proj')
-rw-r--r-- | proj/index.htm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/proj/index.htm b/proj/index.htm index cdc7242..92cafa5 100644 --- a/proj/index.htm +++ b/proj/index.htm @@ -5,18 +5,18 @@ <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=".">PROJECTS</a> : +<a href="../www">ABOUT</a> } </div><div class="body"> <h2>PROJECTS</h2> -<p><a href="/www">www</a> (html, css)<br />Website</p> -<p><a href="/forms">forms</a> (c#)<br />WinForms</p> +<p><a href="../www">www</a> (html, css)<br />Website</p> +<p><a href="../forms">forms</a> (c#)<br />WinForms</p> </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> |