aboutsummaryrefslogtreecommitdiffstats
path: root/links.php
diff options
context:
space:
mode:
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(); ?>