mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 03:03:59 +02:00
32 lines
493 B
HTML
32 lines
493 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 id="scroller">
|
|
<div class="ebit">
|
|
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
|
H<br>E<br>L<br>L<br>L<br>O
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|