16 lines
197 B
HTML
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>
|