2025-02-17 13:06:49 +01:00
|
|
|
<?php
|
|
|
|
require 'config.php';
|
|
|
|
require '2016-05-18-hello-world.cfg.php';
|
|
|
|
require 'templates/blog-header.php';
|
|
|
|
?>
|
2020-11-12 10:08:48 +01:00
|
|
|
<p>Welcome to my blog. In the most recent update of my website I decided to create a blog along with all my other content. I hope to keep this blog less personal and more oriented towards technology, but we will see how things play out.</p>
|
|
|
|
|
|
|
|
<p>All my normal content will still be available on the website, I'm just adding a blog to the list.</p>
|
|
|
|
|
2025-02-17 13:06:49 +01:00
|
|
|
|
|
|
|
<?php
|
|
|
|
require 'templates/blog-footer.php';
|
|
|
|
?>
|