mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-07 10:43:59 +02:00
27 lines
572 B
HTML
27 lines
572 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
|
<title>brmlab 8-bit</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<embed src="data/8bp030-04-rugar-butterfly_garden.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
|
|
|
|
<div id="screen">
|
|
|
|
<div class="center">
|
|
|
|
<div class="ebit2" style="margin-top: 220px; margin-bottom: 30px;">enter the</div>
|
|
|
|
<img src="data/logo.png" width="480" height="108" />
|
|
|
|
<div class="ebit" style="margin-top: 250px;"><blink><a href="select.html">press start to play</a></blink></div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|