17 lines
299 B
HTML
17 lines
299 B
HTML
---
|
|
title: Home
|
|
---
|
|
|
|
<h2>Welcome</h2>
|
|
|
|
<p>Welcome to my website!</p>
|
|
|
|
<h2>Links</h2>
|
|
<p>
|
|
<a href="https://github.com/RowanTL">My Github Page<a>
|
|
<br>
|
|
<a href="https://git.evotrade.org">My Personal Git Repo<a>
|
|
</p>
|
|
|
|
<!-- <p>…or you can find more in the <a href="/archive.html">archives</a>.</p> -->
|