mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-10-30 03:03:58 +01:00
init
This commit is contained in:
commit
006fe933a2
24 changed files with 229 additions and 0 deletions
27
play.html
Normal file
27
play.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue