diff options
Diffstat (limited to 'include/luma.php')
-rw-r--r-- | include/luma.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/luma.php b/include/luma.php new file mode 100644 index 0000000..a8192ea --- /dev/null +++ b/include/luma.php @@ -0,0 +1,11 @@ +<?php addHeading("Luma", "about"); ?> + +<section> + <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p> +</section> + +<?php addHeading("Status", "status"); ?> + +<section> + <p>The development of <em>Luma</em> is currently on hold in favour of <a href="?p=pollex"><em>Pollex</em></a>, which is to be used as a backend.</p> +</section> |