Initial commit (after 2 months)

This commit is contained in:
2023-09-25 22:31:25 +03:00
parent 0a8167144b
commit 38a022e8a2
60 changed files with 5929 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png" />
<title>Enderman's Blog</title>
</head>
<body>
<h1>Enderman's Blog</h1>
<p>
<strong>An incredibly professional and profound placeholder for an index.html!</strong> What else do you need? It works. It navigates.<br>
Just kidding. I'm just busy with my actual job and life. I'll make a dynamic Vue website later.
</p>
<h3>Available blog posts:</h3>
<ul>
<li><a href="the-windows-context-menu">The Windows Context Menu &ndash; Is It a Lost Cause?</a></li>
</ul>
</body>
</html>