53 lines
1.4 KiB
HTML
53 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset=utf-8>
|
||
|
|
<meta name=viewport content="width=device-width">
|
||
|
|
<title>mu808 VM (Web version)</title>
|
||
|
|
<link rel=icon href=icon.png />
|
||
|
|
<link rel=stylesheet href=style.css />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>mu808</h1>
|
||
|
|
</header>
|
||
|
|
<main>
|
||
|
|
<hr>
|
||
|
|
<section id=workspace>
|
||
|
|
<pre id=screenfield></pre>
|
||
|
|
<input type=file id=programloadfield />
|
||
|
|
</section>
|
||
|
|
<section id=keypad>
|
||
|
|
<div>
|
||
|
|
<button type=button id=b1>1</button>
|
||
|
|
<button type=button id=b2>2</button>
|
||
|
|
<button type=button id=b3>3</button>
|
||
|
|
<button type=button id=bprogload>LOAD</button>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<button type=button id=b4>4</button>
|
||
|
|
<button type=button id=b5>5</button>
|
||
|
|
<button type=button id=b6>6</button>
|
||
|
|
<button type=button id=bbksp>(-)/←</button>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<button type=button id=b7>7</button>
|
||
|
|
<button type=button id=b8>8</button>
|
||
|
|
<button type=button id=b9>9</button>
|
||
|
|
<button type=button id=benter>ENT</button>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<button type=button id=bpoint>.</button>
|
||
|
|
<button type=button id=b0>0</button>
|
||
|
|
<button type=button id=bspc>SPACE</button>
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
<footer>
|
||
|
|
<hr><div><a href="https://codeberg.org/luxferre/mu808">Created</a> by <a href="https://luxferre.top">Luxferre</a> in 2025</div>
|
||
|
|
</footer>
|
||
|
|
<script src=mu808-core.js></script>
|
||
|
|
<script src=mu808-ui.js></script>
|
||
|
|
</body>
|
||
|
|
</html>
|