21 lines
238 B
HTML
21 lines
238 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
#include header.html
|
|
|
|
<body>
|
|
<title>ktyl ~ contact</title>
|
|
|
|
<div class="sidebar">
|
|
#include titlestart.html
|
|
/contact
|
|
#include titleend.html
|
|
#include sidebarlinks.html
|
|
</div>
|
|
|
|
#include planets.html
|
|
|
|
</body>
|
|
|
|
</html>
|