aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 21:30:50 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 21:30:50 +0200
commit23ebbaf332efa60636cbb573259ac8e8a3801655 (patch)
treee0202a16194e9dc7eb5c990568b4fddc09893ee3 /inc
parentAdding a license page for the LICENSE (diff)
downloadjoe-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.php6
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 &copy; 2020, Rudy Bousset -
+ see <a href="license.php">LICENSE</a> -
we do not use cookies
</p>
</footer>