intro-8bit/play.html
Pavol Rusnak 006fe933a2 init
2010-11-25 02:18:58 +01:00

27 lines
413 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/astley.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
<body>
<div id="screen">
<div>
<div class="ebit3 center" style="margin-top: 300px; margin-bottom: 500px;">STAGE 1 - 1</div>
<img src="data/astley.png" />
</div>
</div>
</body>
</html>