aboutsummaryrefslogtreecommitdiffstats
path: root/links.php
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
commit7292a5f70f2d43456306b15826d7a5b38b09d336 (patch)
tree786898112bc2444abdb475c45fd4af6d25c8cf17 /links.php
parentLicense page seems great (diff)
downloadjoe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.gz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.bz2
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.xz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.zst
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.zip
Nice links page
Diffstat (limited to '')
-rw-r--r--links.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/links.php b/links.php
new file mode 100644
index 0000000..89499d2
--- /dev/null
+++ b/links.php
@@ -0,0 +1,20 @@
+<?php include 'inc/classic-contents.inc.php'; ?>
+<?php jo_head("Home"); ?>
+<?php jo_sidebar(); ?>
+<div class="body-contents">
+ <h2>My links</h2>
+ <p>
+ Here Are the links you can use to follow me around:
+ </p>
+ <ul>
+ <li>
+ <a href="https://github.com/JozanLeClerc/" target="_blank">
+ My GitHub page
+ </a>
+ </li>
+ <li>My Twitch channel</li>
+ <li>My Rock N' Roll band's Bandcamp</li>
+ <li>My Rock N' Roll band's Bandcamp</li>
+ </ul>
+</div>
+<?php jo_footer(); ?>