aboutsummaryrefslogtreecommitdiffstats
path: root/links.php
blob: 89499d2149a65e6fdd72069568828c2368e9a588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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(); ?>