intro-8bit/rick.html
2010-11-26 14:32:41 +01:00

25 lines
319 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>
<img src="data/astley.png" />
</div>
</div>
</body>
</html>