24 lines
1.4 KiB
HTML
Executable File
24 lines
1.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
|
<a href="/">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> | <a href="/video/index.html">Videos</a> | <a href="https://github.com/DeaDvey/htdocs"><img height="15" src="/images/github.png" alt="Link to github page"/></a> | <input type="text" id="clickableInput" onclick="goToLink('/search')" placeholder="Click to search">
|
|
<div id="main">
|
|
<h1>Hey! <img height="30" src="/images/penguin-dance-pengu.gif" /></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: <img height="30" src="/images/among-us-sus.gif"/></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>
|
|
|