ktyl.dev/src/root/about.html

17 lines
223 B
HTML
Raw Normal View History

2021-09-13 01:06:53 +02:00
<!doctype html>
<html>
#include header.html
<body>
<div class="title">
<h1 class="fsText"><a href="index.html">ktyl@website</a>/about</h1>
</div>
#include sidebar.html
2021-09-19 23:54:23 +02:00
#include planets.html
2021-09-13 01:06:53 +02:00
</body>
</html>