diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 21:30:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 21:30:50 +0200 |
commit | 23ebbaf332efa60636cbb573259ac8e8a3801655 (patch) | |
tree | e0202a16194e9dc7eb5c990568b4fddc09893ee3 /inc | |
parent | Adding a license page for the LICENSE (diff) | |
download | joe-www-23ebbaf332efa60636cbb573259ac8e8a3801655.tar.gz joe-www-23ebbaf332efa60636cbb573259ac8e8a3801655.tar.bz2 joe-www-23ebbaf332efa60636cbb573259ac8e8a3801655.tar.xz joe-www-23ebbaf332efa60636cbb573259ac8e8a3801655.tar.zst joe-www-23ebbaf332efa60636cbb573259ac8e8a3801655.zip |
License page seems great
Diffstat (limited to 'inc')
-rw-r--r-- | inc/classic-contents.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 9444ede..3c35453 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -23,7 +23,7 @@ jo_sidebar() { <div class="sidebar"> <ul> <li> - <a href="index.html">Home</a> + <a href="index.php">Home</a> </li> <li> <a href="">C</a> @@ -61,8 +61,8 @@ jo_footer() { ?> <footer> <p> - Copyright Rudy Bousset 2020 - - see <a href="LICENSE">LICENSE</a> - + Copyright © 2020, Rudy Bousset - + see <a href="license.php">LICENSE</a> - we do not use cookies </p> </footer> |