aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 21:04:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 21:04:45 +0200
commit1f5957c3bfd55901c8b8d715df0fe5850c1a612b (patch)
tree0150f4f6de4769bac6b298ccd6d55c1f8183df07 /inc
parentphp rework (diff)
downloadjoe-www-1f5957c3bfd55901c8b8d715df0fe5850c1a612b.tar.gz
joe-www-1f5957c3bfd55901c8b8d715df0fe5850c1a612b.tar.bz2
joe-www-1f5957c3bfd55901c8b8d715df0fe5850c1a612b.tar.xz
joe-www-1f5957c3bfd55901c8b8d715df0fe5850c1a612b.tar.zst
joe-www-1f5957c3bfd55901c8b8d715df0fe5850c1a612b.zip
Adding a license page for the LICENSE
Diffstat (limited to 'inc')
-rw-r--r--inc/classic-contents.inc.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php
index 280558a..9444ede 100644
--- a/inc/classic-contents.inc.php
+++ b/inc/classic-contents.inc.php
@@ -61,11 +61,14 @@ jo_footer() {
?>
<footer>
<p>
- Copyright Joe 2020 -
+ Copyright Rudy Bousset 2020 -
see <a href="LICENSE">LICENSE</a> -
we do not use cookies
</p>
</footer>
+ </div>
+ </body>
+</html>
<?php
}
?>