add titles to pages

This commit is contained in:
ktyl 2021-12-16 20:38:26 +00:00
parent 5ded3a9b8e
commit a59609e041
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include header.html
<body>
<title>ktyl ~ about</title>
<div class="sidebar">
#include titlestart.html

View File

@ -4,6 +4,7 @@
#include header.html
<body>
<title>ktyl ~ blog</title>
<div class="sidebar">
#include titlestart.html

View File

@ -4,6 +4,7 @@
#include header.html
<body>
<title>ktyl ~ contact</title>
<div class="sidebar">
#include titlestart.html

View File

@ -4,6 +4,7 @@
#include header.html
<body>
<title>ktyl ~ gallery</title>
<div class="sidebar">
#include titlestart.html