52 lines
2.1 KiB
HTML
Executable File
52 lines
2.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kyle's Network</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Kyle's Network</h1>
|
|
<div class="container_index">
|
|
<div class="kyledot">
|
|
<h2>KyleDOT</h2>
|
|
<p><b><a href="https://kyledot.net">kyledot.net</a> - Index site</b></p>
|
|
<p><a href="https://kyledot.net/projects">kyledot.net/projects</a> - Projects</p>
|
|
<p><a href="https://kyledot.net/resume">kyledot.net/resume</a> - Resume*</p>
|
|
<p><a href="https://kyledot.net/blog/home">kyledot.net/blog/home</a> - Blog</p>
|
|
</div>
|
|
<div class="thebakery">
|
|
<h2>TheBakery</h2>
|
|
<p><a href="https://downloads.thebakery.net.au">downloads.thebakery.net.au</a> - Download index</p>
|
|
<p><a href="https://git.thebakery.net.au">git.thebakery.net.au</a> - Gitea / Git Repos</p>
|
|
</div>
|
|
<div class="nightcall">
|
|
<h2>Nightcall</h2>
|
|
<p><b><a href="https://nightcall.net">nightcall.net</a> - D&D wiki</b></p>
|
|
<p><a href="https://map.nightcall.net">map.nightcall.net</a> - D&D map</p>
|
|
<p><a href="http://202.90.241.149:30000">202.90.241.149:30000</a> - Foundry VTT</p>
|
|
</div>
|
|
<div class="thecaldera">
|
|
<h2>Private</h2>
|
|
<p><b><a href="https://thecaldera.net">thecaldera.net</a> - Worldbuilding wiki</b></p>
|
|
<p><a href="https://map.thecaldera.net">map.thecaldera.net</a> - Worldbuilding map*</p>
|
|
</div>
|
|
<div class="external">
|
|
<h3>Social</h3>
|
|
<p><a href="https://www.instagram.com/kyled0t">instagram.com/kyled0t</a> - Instagram</p>
|
|
<p><a href="https://www.facebook.com/KyleD0T">facebook.com/KyleD0T</a> - Facebook</p>
|
|
<p><a href="https://www.youtube.com/@KyleDOT95">youtube.com/@KyleDOT95</a> - YouTube</p>
|
|
<h3>Other</h3>
|
|
<p><a href="https://github.com/KyleDOT">github.com/KyleDOT</a> - Github</p>
|
|
<p><a href="https://kyledot.itch.io/">kyledot.itch.io</a> - Itch.io</p>
|
|
<h3>Contact</h3>
|
|
<p>Email - kyle@thebakery.net.au</p>
|
|
<p>Discord - kyledot</p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p>* Indicates planned or WIP website</p>
|
|
<p>Made by Kyle - Last updated: 2024-10-11</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|