ktyl.dev/src/root/about.html
2021-09-13 00:06:53 +01:00

16 lines
197 B
HTML

<!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
</body>
</html>