Blog/assets/templates/static/home.html

28 lines
1008 B
HTML
Raw Normal View History

2023-08-29 15:12:04 -05:00
<!doctype html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-07-26 11:45:46 -05:00
<meta name="description" content="Price Hiller's Blog" />
2023-08-29 15:12:04 -05:00
<link href="/style/style.css" rel="stylesheet" />
</head>
{% include "nav.html" %}
<body>
<div class="body-wrapper">
<p>Hi there! This is the blog and whatever else it may become of Price Hiller. I wrote this bad
boy in Rust because I apparently have too much time to kill. I also use Neovim... because I
have too much time to kill. Nix? Yeah, too much time to kill. Yeah, I boot Linux — what about
it? Oh, why? I enjoy simulating the experience of being a bald software developer.</p>
<p>The gatekeepers of <strong>THE LORE</strong>: <img src="/assets/static/maggie-ellie-comfy.jpeg"
2023-08-29 22:18:46 -05:00
alt="Black labrador and yellow labrador dogs sleeping on bed with blankets over them" width="700"></p>
</div>
2023-08-29 15:12:04 -05:00
</body>
{% include "footer.html" %}
</html>