Add header & footer to blog posts.

This commit is contained in:
2025-02-17 13:06:49 +01:00
parent 6f6725cb7a
commit 04648315a8
164 changed files with 1476 additions and 0 deletions

View File

@ -1,3 +1,8 @@
<?php
require 'config.php';
require '2016-07-04-game-website-app-creators.cfg.php';
require 'templates/blog-header.php';
?>
<p>A topic that I am very disturbed about are Game/Website creators. These
programs are what I consider is helping to destroy the technology industry.
Not only is this causing for more people to be able to create mediocre apps
@ -55,3 +60,7 @@ long line</b> of HTML and CSS). Other than that, <b>no game creators</b> and
<b>no app creators</b>. All these do is ruin the the programming industry and
turn code quality down, performance down, and wages down.</p>
<?php
require 'templates/blog-footer.php';
?>