mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 03:03:59 +02:00
24 lines
411 B
HTML
24 lines
411 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
|
<title>brmlab 8-bit</title>
|
|
</head>
|
|
|
|
<embed src="data/8bp062-04-usk-shanghai_moon.ogg" volume="80%" hidden="true" autostart="true" loop="true" />
|
|
|
|
<body>
|
|
|
|
<div id="screen">
|
|
|
|
<div class="center">
|
|
|
|
<div class="ebit" style="margin-top: 50px;"><a href="play.html">choose your player:</a></div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|