Fix all QA findings: missing subpages, .html redirects, comics, downloads, RSS

This commit is contained in:
Jarvis Prime
2026-03-24 09:05:20 +00:00
parent d8544f8d03
commit 4c889398a7
36 changed files with 3173 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<!DOCTYPE html><html><head><title>Blog - Page 1</title><meta http-equiv="refresh" content="0;url=/blog"></head><body>
<div class="d-content-wrap"><div class="subpage">
<h1>Blog</h1>
<p>Redirecting to <a href="/blog">blog</a>...</p>
</div></div></body></html>

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html><html><head><title>Blog - Page 2</title></head><body>
<div class="d-content-wrap"><div class="subpage">
<h1>Blog - Page 2</h1>
<p>Visit the <a href="/blog">main blog page</a> for all posts.</p>
<p><a href="/blog/page/3">Next Page &raquo;</a></p>
</div></div></body></html>