17 lines
222 B
HTML
17 lines
222 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
#include header.html
|
|
|
|
<body>
|
|
<div class="title">
|
|
<h1 class="fsText"><a href="index.html">ktyl@website</a>/blog</h1>
|
|
</div>
|
|
|
|
#include sidebar.html
|
|
#include planets.html
|
|
|
|
</body>
|
|
|
|
</html>
|