Reorganize and add marlin-boot-animations

This commit is contained in:
askiiart 2023-05-09 11:58:45 -05:00
parent 0de7a51b22
commit 77f0804353
11 changed files with 957 additions and 13 deletions

6
index.html Executable file → Normal file
View file

@ -1,7 +1,7 @@
<html>
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/askiiart.gif" type="image/icon">
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
<title>askiiart's site</title>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
@ -66,6 +66,10 @@
<li>A fantastic looking satirical, but rude website, mocking things such as "5MB background video[s] of hipsters poking at their iPhones"</li>
</ul></li>
</ul>
<h2 id="blog-posts">Blog posts</h2>
<ul>
<li><a href="https://askiiart.net/blog/marlin-boot-animations.html">Marlin Boot Animations</a> - Make your Marlin boot screen animated! Includes animation formatting documentation.</li>
</ul>
</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>