27 lines
1.1 KiB
HTML
Executable File
27 lines
1.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kyle's Projects</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Kyle's Projects</h1>
|
|
<div class="container_projects">
|
|
<div class="projects">
|
|
<h2>Projects</h2>
|
|
<p><b><a href="https://nightcall.net">nightcall.net</a> - D&D wiki</b><br>Dokuwiki used for D&D campaigns among friends to maintain characters and devolop worldbuilding</p>
|
|
<p><b><a href="https://thecaldera.net">thecaldera.net</a> - Worldbuilding wiki</b><br>Dokuwiki used for personal worldbuilding, largely private but may been seen in stories and games</p>>
|
|
</div>
|
|
<div class="games">
|
|
<h2>Games</h2>
|
|
<p><iframe frameborder="0" src="https://itch.io/embed/2366672?bg_color=152543&fg_color=ffffff&border_color=090f1d" width="552" height="167"><a href="https://kyledot.itch.io/mouse-scroller">Mouse Scroller by KyleDOT</a></iframe></p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p>* Indicates planned or WIP project</p>
|
|
<p><a href="https://kyledot.net">Return to home</a></p>
|
|
<p>Made by Kyle - Last updated: 2024-06-07</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|