htdocs/index.html

26 lines
806 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>DeaDvey's Domain</title>
<meta charset="utf-8" />
<style>
pre {
white-space: pre-wrap;
}
</style>
</head>
<h1>DeaDvey's domain</h1>
<pre>
<a href="/">Home</a> <a href="/blog/">Blogs</a> <a href="/projects/">Projects</a> <a href="/contact/">Contact</a>
<hr/>
Hey, I'm deadvey, this is my html site, you can clone my page <a href="https://git.javalsai.dynv6.net/deadvey/markdown-site.git">here</a>
On this web-site, I have the following content:
- <a href="/blog/index.html">Personal blog</a>
- <a href="/projects/index.html">Projects</a>
Copyright © 2022-2025 DeaDvey
<a href="/LICENSE">This website is licensed under the GPL3</a>
<a href="https://git.javalsai.dynv6.net/deadvey/htdocs.git">source code</a>
</pre>
</html>