56 lines
1.5 KiB
HTML
Executable File
56 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
|
|
<title>NEMU | nerdcult.net emulator</title>
|
|
|
|
<link rel="stylesheet" href="configurator.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main id="main-desktop-container">
|
|
|
|
<aside id="control-bar">
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
<section id="configurator">
|
|
|
|
<div class="config-step" id="pane-choose-configurator">
|
|
|
|
<div class="header">
|
|
System Type
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<div class="inner-pane">
|
|
|
|
<div id="configurator-chooser-background">
|
|
<div id="configurator-chooser-preset-background"></div>
|
|
<div id="configurator-chooser-own-systems-background"></div>
|
|
</div>
|
|
|
|
<div id="button-choose-preset-configurator"> <p>Preset</p> </div>
|
|
<div id="button-choose-own-systems-configurator"> <p>Own</p> </div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|