aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.html10
-rw-r--r--pokebot/index.html10
-rw-r--r--typer/index.html10
3 files changed, 15 insertions, 15 deletions
diff --git a/about/index.html b/about/index.html
index 6deb2e6..9108ac2 100644
--- a/about/index.html
+++ b/about/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
+<!-- The style is based from the ACN website !-->
<html>
<head>
<meta charset="utf-8">
@@ -15,10 +15,10 @@
</div>
<nav>
<ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="pokebot.html">Pokebot</a></li>
- <li><a href="typer.html">Typer</a></li>
- <li class="current"><a href="#">About</a></li>
+ <li><a href="../">Home</a></li>
+ <li><a href="../pokebot">Pokebot</a></li>
+ <li><a href="../typer">Typer</a></li>
+ <li class="current"><a href="#">About</a></li>
</ul>
</nav>
</div>
diff --git a/pokebot/index.html b/pokebot/index.html
index 5b3e18b..17f1bc9 100644
--- a/pokebot/index.html
+++ b/pokebot/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
+<!-- The style is based from the ACN website !-->
<html>
<head>
<meta charset="utf-8">
@@ -15,10 +15,10 @@
</div>
<nav>
<ul>
- <li><a href="index.html">Home</a></li>
- <li class="current"><a href="#">Pokebot</a></li>
- <li><a href="typer.html">Typer</a></li>
- <li><a href="about.html">About</a></li>
+ <li><a href="../">Home</a></li>
+ <li class="current"><a href="#">Pokebot</a></li>
+ <li><a href="../typer">Typer</a></li>
+ <li><a href="../about">About</a></li>
</ul>
</nav>
</div>
diff --git a/typer/index.html b/typer/index.html
index ea48d19..ea1b3c5 100644
--- a/typer/index.html
+++ b/typer/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
+<!-- The style is based from the ACN website !-->
<html>
<head>
<meta charset="utf-8">
@@ -15,10 +15,10 @@
</div>
<nav>
<ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="pokebot.html">Pokebot</a></li>
- <li class="current"><a href="#">Typer</a></li>
- <li><a href="about.html">About</a></li>
+ <li><a href="../">Home</a></li>
+ <li><a href="../pokebot">Pokebot</a></li>
+ <li class="current"><a href="#">Typer</a></li>
+ <li><a href="../about">About</a></li>
</ul>
</nav>
</div>