]> git.bochard.net Git - mysite.git/commitdiff
initial na commit sa ikaapat na tala
authorbochard <git@bochard.net>
Thu, 31 Jul 2025 02:37:17 +0000 (10:37 +0800)
committerbochard <git@bochard.net>
Thu, 31 Jul 2025 02:37:17 +0000 (10:37 +0800)
journal/entry-4.php [new file with mode: 0644]
journal/entry.php.example

diff --git a/journal/entry-4.php b/journal/entry-4.php
new file mode 100644 (file)
index 0000000..5320db4
--- /dev/null
@@ -0,0 +1,24 @@
+<?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>
index 0944a0dbb36d3d5d0086630a517ca4d1173ca6e3..eb53f6062c45abfc3fca0463fc9cbd6558b9cac1 100644 (file)
@@ -1,6 +1,6 @@
 <?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);