ktyl.dev/src/root/index.html

26 lines
665 B
HTML
Raw Normal View History

2021-09-13 00:06:53 +01:00
<!doctype html>
<html>
#include header.html
2021-09-13 00:06:53 +01:00
<body>
<title>ktyl ~ home</title>
2021-10-11 21:36:34 +01:00
<div class="sidebar">
#include titlestart.html
#include titleend.html
#include sidebarlinks.html
</div>
2021-11-30 00:32:21 +00:00
<div class="page">
2021-10-11 21:36:34 +01:00
<h1>cats stuff</h1>
2021-09-13 00:06:53 +01:00
<p>hi, im cat and i do things and stuff. eventually i want to make this an actual, useful landing page for people interested in me and what i do. unfortunately, im very scatterbrained and not very organised! as a result, this is just one of myriad ongoing projects that i constantly try to chip away at, to varying degrees of success.</p>
</div>
2021-09-13 00:06:53 +01:00
#include planets.html
2021-09-13 00:06:53 +01:00
</body>
2021-09-13 00:06:53 +01:00
</html>