diff options
Diffstat (limited to 'html/agbsum.html')
-rw-r--r-- | html/agbsum.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/html/agbsum.html b/html/agbsum.html new file mode 100644 index 0000000..36a4fcd --- /dev/null +++ b/html/agbsum.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="darkreader-lock"> + + <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> + <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png"> + <title id="title">agbsum | Achernar</title> + + <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> + </head> + + <body data-page="agbsum" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> + + <div id="content"> + <p id="contentHeading">agbsum</p> + + <section> + <p><em>agbsum</em> is a utility for patching AGB images.</p> + </section> + + <!--#include virtual="/include/footnote.shtml"--> + </div> + + <!--#include virtual="/include/initScripts.shtml"--> + </body> +</html> |