blob: a1aedb62d92f8dda002e1505d1ec123333280900 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
<title id="title">Luma</title>
<link href="/css/main.css" rel="stylesheet">
</head>
<body class="luma" id="body">
<!--#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>
|