diff options
Diffstat (limited to 'html/luma.html')
-rw-r--r-- | html/luma.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/html/luma.html b/html/luma.html new file mode 100644 index 0000000..01fc8ca --- /dev/null +++ b/html/luma.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title>Luma</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="luma"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/luma.svg"> + </div> + + <div id="content"> + <p id="contentHeading">LUMA</p> + + <section> + <p><span class="fancy">Luma</span> is an emulator for the <em>Game Boy Advance</em>-line of game consoles by Nintendo Co.</p> + </section> + + <section> + <p class="heading">STATE</p> + + <p>The state of <span class="fancy">Luma</span> is currently on hold in favour of <a href="/html/pollex.html"><span class="fancy">Pollex</span></a>, which is to be used as a backend.</p> + </section> + </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> + </body> +</html> |