From 1f7fd32437245a78e14cbf0795dcd88685ddf436 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 23 Jun 2020 20:40:55 +0200 Subject: php rework --- header.inc.php | 0 inc/classic-contents.inc.php | 71 ++++++++++++++++++++++++++++++++++++++++++++ inc/index.php | 1 + index.html | 71 -------------------------------------------- index.php | 23 ++++++++++++++ 5 files changed, 95 insertions(+), 71 deletions(-) delete mode 100644 header.inc.php create mode 100644 inc/classic-contents.inc.php create mode 100644 inc/index.php delete mode 100644 index.html create mode 100644 index.php diff --git a/header.inc.php b/header.inc.php deleted file mode 100644 index e69de29..0000000 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 @@ + diff --git a/index.html b/index.html deleted file mode 100644 index 4adf55d..0000000 --- a/index.html +++ /dev/null @@ -1,71 +0,0 @@ - - - Joe's own website - - - - -
-
-

Joe's dev blog

-
- -
-

About this site

-

- Welcome to my personnal blog. Here you can find my tips and articles - on various tech and programming subjects. -

- The site is still in active developpement, stay tuned. -

-

About me

-

- I am a student for - 42Lyon - IT school based in Lyon, France. - I work on various personnal project beside that. -

-
-
-

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

-
-
- - diff --git a/index.php b/index.php new file mode 100644 index 0000000..b5e9e62 --- /dev/null +++ b/index.php @@ -0,0 +1,23 @@ + + + +
+

About this site

+

+ Welcome to my personnal blog. Here you can find my tips and articles + on various tech and programming subjects. +

+ The site is still in active developpement, stay tuned. +

+

About me

+

+ I am a student for + 42Lyon + IT school based in Lyon, France. + I work on various personnal project beside that. +

+
+ +
+ + -- cgit v1.2.3