htdocs/index.html

15 lines
319 B
HTML
Raw Normal View History

2023-12-11 23:04:12 +01:00
<div id="main">
2023-12-22 00:11:45 +01:00
<h1>Hey!</h1>
<p>Welcome to my personal website! I hope you have a good time.
Feel free to click the links above for more content!
Also, see below for links to my other stuff.</p>
2023-12-11 23:04:12 +01:00
</div>
<script src="lastupdated.js">
</script>
<script src="html.js">
</script>
2023-12-11 23:04:12 +01:00
<script src="template.js">
</script>