require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title"></h1>
<p class="written-date">Written in YYYY, DDst/rd/th of m</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "A dream.";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<body>
- <table id="tablewrapper" cellspacing="10">
+ <table id="theholderofthings" cellspacing="10">
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title">A dream.</h1>
<p class="written-date">Written in 2025, 12th of July.</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "The rain.";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<body>
- <table id="tablewrapper" cellspacing="10">
+ <table id="theholderofthings" cellspacing="10">
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title">The rain.</h1>
<p class="written-date">Written in 2025, 14th of July.</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "New haircut";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title">New haircut</h1>
<p class="written-date">Written in 2025, 3rd day of August</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "University orientation";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title">University orientation</h1>
<p class="written-date">Written in 2025, 5th of August</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "Our kitten died";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<tbody>
<tr>
<td>
+ <a href="/journal/">< back</a>
<h1 class="entry-title">Our kitten died</h1>
<p class="written-date">Written in 2025, 9th of August</p>
<hr>
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "my journal";
$pgdescription = "";
- $pgcss = [];
+ $pgcss = ['journal.css'];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
<body>
- <table id="theholderofthings">
+ <table id="theholderofthings" align="center">
<tbody>
<tr>
<td>
--- /dev/null
+body {
+ background: white;
+ font-family: Times New Roman;
+ font-size: 16px;
+ line-height: unset;
+}
+#theholderofthings {
+ width: 600px;
+}
line-height: 24px;
}
#theholderofthings {
- width: 100%;
+ width: 80%;
+ margin: 0 auto;
}
a {
color: darkblue;