30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
|
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
|
<title>Wishlist</title>
|
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<h1 id="wishlist">Wishlist</h1>
|
|
<ol type="1">
|
|
<li><a href="https://unraid.net/pricing">Unraid</a>
|
|
<ol type="1">
|
|
<li>Because of how Unraid works, it can't just be gifted. If you
|
|
want to gift it to me, just give me the money and, if you want,
|
|
you can say it's for Unraid.</li>
|
|
</ol></li>
|
|
<li><a href="https://www.amazon.com/dp/0544668251">Thing
|
|
Explainer</a></li>
|
|
</ol>
|
|
<figure>
|
|
<img src="/assets/wishlist/thing-explainer.png"
|
|
alt="Thing Explainer" />
|
|
<figcaption aria-hidden="true">Thing Explainer</figcaption>
|
|
</figure>
|
|
</body>
|
|
<footer>
|
|
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
|
|
</footer>
|
|
</html>
|