From 1f7fd32437245a78e14cbf0795dcd88685ddf436 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 23 Jun 2020 20:40:55 +0200 Subject: php rework --- inc/classic-contents.inc.php | 71 ++++++++++++++++++++++++++++++++++++++++++++ inc/index.php | 1 + 2 files changed, 72 insertions(+) create mode 100644 inc/classic-contents.inc.php create mode 100644 inc/index.php (limited to 'inc') diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php new file mode 100644 index 0000000..280558a --- /dev/null +++ b/inc/classic-contents.inc.php @@ -0,0 +1,71 @@ + + + + Joe's own website - <?php echo "$title"; ?> + + + + +
+
+

Joe's dev blog -

+
+ + + + +
+

+ Copyright Joe 2020 - + see LICENSE - + we do not use cookies +

+
+ diff --git a/inc/index.php b/inc/index.php new file mode 100644 index 0000000..d29ead0 --- /dev/null +++ b/inc/index.php @@ -0,0 +1 @@ + -- cgit v1.2.3