105 lines
4.4 KiB
HTML
Executable File
105 lines
4.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="index.css">
|
|
<title>The Palace</title>
|
|
<link rel="shortcut icon" href="images/palace.ico">
|
|
<meta charset="UTF-8"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<a href="index.html">
|
|
<img width="500" src="images/TheUnderlandLogo.png" />
|
|
</a>
|
|
<form>
|
|
<img width="200" src="images/underlandReturnButton.png" onclick="history.back()"/>
|
|
<style>
|
|
img:hover {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
</form>
|
|
|
|
<div class="main">
|
|
|
|
<h4>
|
|
<h2>Credit: </h2>
|
|
<br/>
|
|
<br/>
|
|
Webdev:
|
|
<br/>
|
|
<a href="https://youtu.be/dQw4w9WgXcQ">DeaDvey</a>
|
|
<br/>
|
|
<a href="https://alehyer.github.io">Alehyer</a>
|
|
<br/>
|
|
<br/>
|
|
Art:
|
|
<br/>Lennsden
|
|
<br/>
|
|
<br/>
|
|
Information:
|
|
<br/>
|
|
<a href="https://underlandchronicles.fandom.com/wiki/The_Underland_Cyclopedia">Underland Wiki</a>
|
|
</h4>
|
|
|
|
<a class="search-link" href="search">
|
|
<img width="500" src="images/search-bar2.png" />
|
|
</a>
|
|
|
|
|
|
<br/>
|
|
<!--<h3><a href="allPages.html">All Pages</a></h3>
|
|
<h2>Books:</h2>
|
|
<h3><li><a href="books/1.html">Gregor The Overlander</a></li></h3>
|
|
<h3><li><a href="books/2.html">The Prophecy of Bane</a></li></h3>
|
|
<h3><li><a href="books/3.html">The Curse of the Warmbloods</a></li></h3>
|
|
<h3><li><a href="books/4.html">The Marks of Secret</a></li></h3>
|
|
<h3><li><a href="books/5.html">The Code of Claw</a></li></h3>
|
|
|
|
<hr/>
|
|
<h2>Species:</h2>
|
|
<h3><li><a href="species/crawlers.html">Crawlers</a></li></h3>
|
|
<h3><li><a href="species/cutters.html">Cutters<u/a></li></h3>
|
|
<h3><li><a href="species/diggers.html">Diggers</a></li></h3>
|
|
<h3><li><a href="species/fliers.html">Fliers</a></li></h3>
|
|
<h3><li><a href="books/5.html">Lorem Ipsum</a></li></h3>
|
|
|
|
<hr/>
|
|
<h2>Characters:</h2>
|
|
<h3><li><a href="chars/Overlanders/gregor.html">Gregor</a></li></h3>
|
|
<h3><li><a href="chars/Underlanders/luxa.html">Luxa</a></li></h3>
|
|
<h4><dd></dd></h4>
|
|
<hr/>
|
|
<h2>Fan-Fic:</h2>
|
|
<h3><a href="https://www.fanfiction.net/community/Good-Finished-TUC-Stories/132548/">Good Finished TUC Stories (list)</a></h3>
|
|
<h3><a href="https://www.fanfiction.net/s/9997136/1/Gregor-and-the-War-of-the-Myriapods">War of the Myriapods (fanfiction.net)</a></h3>
|
|
<h3><a href="https://www.wattpad.com/story/209057098-memories-of-the-fallen-prince-a-henry-story-1">A Henry Story (wattpad)</a></h3>
|
|
<h3><a href="https://www.wattpad.com/story/76573082-gregor-and-the-prophecy-of-the-overland-book-vi">Prophecy of the Overland (wattpad)</a></h3>
|
|
<h3><a href="https://www.wattpad.com/113625588-gregor%27s-life-back-to-the-underland-intro">Gregor's Life, back to the Underland (wattpad)</a></h3>
|
|
<hr/>-->
|
|
<h2>Outlinks:</h2>
|
|
<h3><a href="https://brace.dev/tuc-timeline">TUC timeline</a></h3>
|
|
<h3><a href="https://discord.gg/UP2MtTqSED">TUC Discord</a></h3>
|
|
<h3><a href="https://www.youtube.com/watch?v=EbyWMRyBrkY">The Underland Project</a></h3>
|
|
|
|
|
|
<img width="500" src="" class="logo-at-the-bottom"/>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
|
|
<script src="home.js"></script>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
<!--<footer>
|
|
<h4>Credit: DeaDvey (web-dev)<br/> lennsden (art)</h4>
|
|
</footer>-->
|
|
|
|
|
|
|
|
</html>
|