2023-08-05 19:08:00 -05:00
<!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" / >
2023-08-27 18:05:38 -05:00
< link href = "/prism.css" rel = "stylesheet" / >
2023-08-05 19:08:00 -05:00
< / head >
< body >
< h1 id = "wishlist" > Wishlist< / h1 >
< ol type = "1" >
2023-08-09 14:26:59 -05:00
< li > < a href = "https://www.amazon.com/dp/B0BCKK5D3J" > 4-port PCIe
to SATA adapter< / a > < / li >
2023-08-05 22:10:11 -05:00
< li > < a
href="https://store.steampowered.com/app/874260/The_Forgotten_City/">The
Forgotten City< / a > < / li >
< li > < a
href="https://store.steampowered.com/app/1349230/5D_Chess_With_Multiverse_Time_Travel/">5D
Chess With Multiverse Time Travel< / a > < / li >
< li > < a
href="https://store.steampowered.com/app/3480/Peggle_Deluxe/">Peggle
Deluxe< / a > < / li >
< li > < a
href="https://store.steampowered.com/app/1227650/BangOn_Balls_Chronicles/">Bang-On
Balls: Chronicles< / a > < / li >
2023-08-05 19:08:00 -05:00
< 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 >
2023-08-27 18:05:38 -05:00
< script src = "/prism.js" > < / script >
2023-08-05 19:08:00 -05:00
< / body >
< footer >
2023-08-08 14:16:30 -05:00
< 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 > . Source code < a href = "https://github.com/askiiart/askiiart.github.io" > here< / a > and < a href = "https://git.askiiart.net/askiiart/askiiart-net" > here< / a > .< / p >
2023-08-05 19:08:00 -05:00
< / footer >
< / html >