2021-09-13 00:06:53 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
#include header.html
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2021-12-06 00:15:18 +00:00
|
|
|
<div class="sidebar">
|
2021-11-30 00:32:21 +00:00
|
|
|
#include titlestart.html
|
|
|
|
/blog
|
|
|
|
#include titleend.html
|
2021-12-06 00:15:18 +00:00
|
|
|
#include sidebarlinks.html
|
|
|
|
</div>
|
2021-11-30 00:32:21 +00:00
|
|
|
|
|
|
|
#include planets.html
|
2021-09-13 00:06:53 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|