ktyl.dev/src/root/about.html

16 lines
197 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
</body>
</html>