21 lines
700 B
HTML
Executable File
21 lines
700 B
HTML
Executable File
<div id="main">
|
|
<h1>Bonjour</h1>
|
|
Welcome to my personal website! I hope you have a good time<br/>
|
|
Feel free to click the links above for more content!<br/>
|
|
Also, see below for links to my other situations<br/>
|
|
<ol>
|
|
Internal:
|
|
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li>
|
|
<li><a href="experiments.html" >Experiments (internal link)</a></li>
|
|
<br/>
|
|
External:
|
|
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
|
|
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
|
|
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
|
|
</ol>
|
|
</div>
|
|
|
|
<script src="template.js">
|
|
</script>
|
|
|