38 lines
408 B
HTML
38 lines
408 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
#include header.html
|
|
|
|
<body>
|
|
<title>ktyl ~ blog</title>
|
|
|
|
<div class="nav">
|
|
#include titlestart.html
|
|
/blog
|
|
#include titleend.html
|
|
#include nav.html
|
|
|
|
#include socials.html
|
|
</div>
|
|
|
|
<div class="page">
|
|
<h1>Just Testing</h1>
|
|
|
|
<div class="text-panel">
|
|
|
|
<ul class="blog-index">
|
|
#include blogindexlinks.html
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
#include footer.html
|
|
|
|
</div>
|
|
|
|
#include planets.html
|
|
|
|
</body>
|
|
|
|
</html>
|