mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 11:14:07 +02:00
23 lines
316 B
HTML
23 lines
316 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
|
<title>brmlab 8-bit</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="screen">
|
|
|
|
<div>
|
|
|
|
<div class="ebit3 center" style="margin-top: 300px; margin-bottom: 500px;"><a href="rick.html">STAGE 1 - 1</a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|