htdocs/theunderlandcouk/allPages.html

36 lines
1.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<a href="index.html">
<img width="500" src="images/TheUnderlandLogo.png" />
</a>
<form>
<img width="200" src="images/underlandReturnButton.png" onclick="history.back()"/>
</form>
<br/>
</head>
<body>
<h1>All Pages:</h1>
<ul>
<li><h2>Characters:</h2></li>
<li><a href="chars/Overlanders/gregor.html">Gregor</a></li>
<li><a href="chars/Overlanders/lee.html">Gregor's dad</a></li>
<li><a href="chars/Overlanders/boots.html">Boots</a></li>
<li><a href="chars/Underlanders/luxa.html">Luxa</a></li>
<li><h2>Books:</h2></li>
<li><a href="books/1.html">Gregor The Overlander</a></li>
<li><a href="books/2.html">The Prophecy of Bane</a></li>
<li><a href="books/3.html">The Curse of the Warmbloods</a></li>
<li><a href="books/4.html">The Marks of Secrets</a></li>
<li><a href="books/5.html">The Code of Claw</a></li>
<li><h2>Species:</h2></li>
<li><a href="species/crawlers.html">Crawlers</a></li>
</ul>
</body>
</html>