htdocs/index.html
2024-01-03 01:05:55 +00:00

23 lines
791 B
HTML
Executable File

<!DOCTYPE html>
<head>
<meta charset="UTF-8">
</head>
<div id="main">
<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.<br/>This website is completley open source on Github, see <a href="https://github.com/DeaDvey/htdocs">Website files</a> and <a href="https://github.com/DeaDvey/node">Node js files</a>.</p>
<h3>Contact:</h3>
<p>In order to contact me, you can email me <a href="mailto:email@deadvey.xyz">email@deadvey.xyz</a> Or PM me through Matrix, @deadvey:matrix.org</p><br/>
</div>
<script src="/blog/blogs.js">
</script>
<script src="lastupdated.js">
</script>
<script src="html.js">
</script>
<script src="template.js">
</script>