2021-09-13 00:06:53 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
#include header.html
|
|
|
|
|
|
|
|
<body>
|
2021-12-16 20:38:26 +00:00
|
|
|
<title>ktyl ~ blog</title>
|
2021-09-13 00:06:53 +01:00
|
|
|
|
2022-01-05 00:54:43 +00:00
|
|
|
<div class="nav">
|
2021-11-30 00:32:21 +00:00
|
|
|
#include titlestart.html
|
|
|
|
/blog
|
|
|
|
#include titleend.html
|
2021-12-23 22:57:36 +00:00
|
|
|
#include nav.html
|
2021-12-22 22:12:01 +00:00
|
|
|
|
|
|
|
#include socials.html
|
2021-12-06 00:15:18 +00:00
|
|
|
</div>
|
2021-11-30 00:32:21 +00:00
|
|
|
|
2022-01-05 00:54:43 +00:00
|
|
|
<div class="page">
|
|
|
|
<h1>Just Testing</h1>
|
|
|
|
|
|
|
|
<div class="text-panel">
|
|
|
|
|
|
|
|
<ul class="blog-index">
|
|
|
|
#include blogindexlinks.html
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
2022-06-05 01:48:18 +01:00
|
|
|
|
|
|
|
#include footer.html
|
|
|
|
|
2021-12-22 22:28:07 +00:00
|
|
|
</div>
|
|
|
|
|
2021-11-30 00:32:21 +00:00
|
|
|
#include planets.html
|
2021-09-13 00:06:53 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|