ktyl.dev/src/root/about.html

21 lines
234 B
HTML
Raw Normal View History

2021-09-13 01:06:53 +02:00
<!doctype html>
<html>
#include header.html
<body>
2021-12-16 21:38:26 +01:00
<title>ktyl ~ about</title>
2021-09-13 01:06:53 +02:00
<div class="sidebar">
2021-11-30 01:32:21 +01:00
#include titlestart.html
/about
#include titleend.html
#include sidebarlinks.html
</div>
2021-11-30 01:32:21 +01:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>