23 lines
704 B
HTML
23 lines
704 B
HTML
<!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 – Is It a Lost Cause?</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |