22 lines
829 B
HTML
Executable File
22 lines
829 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/>
|
|
<p>Here you can read my latest blog post: <div id="latestBlog"></div>
|
|
</div>
|
|
|
|
<script src="/blog/blogs.js">
|
|
</script>
|
|
<script src="html.js">
|
|
</script>
|
|
<script src="template.js">
|
|
</script>
|
|
|