--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Tala #1 - OpenBSD?";
+ $pgdescription = "Interesting na operating system, masubukan nga.";
+ $pgcss = ["journal.css"];
+ head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1 class="entry-title">Pamagat ng tala</h1>
+ <p class="written-date">Inilathala noong YYYY, ika-DD ng m.</p>
+ <hr>
+ <p>katawan...</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Tala #1 - a dream.";
+ $pgtitle = "Tala #1 -";
$pgdescription = "";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);