mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 19:24:01 +02:00
divide and conquer
This commit is contained in:
parent
3549ad1fa6
commit
a1cce5cb40
2 changed files with 26 additions and 5 deletions
|
@ -6,17 +6,13 @@
|
||||||
<title>brmlab 8-bit</title>
|
<title>brmlab 8-bit</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<embed src="data/astley.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="screen">
|
<div id="screen">
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div class="ebit3 center" style="margin-top: 300px; margin-bottom: 500px;">STAGE 1 - 1</div>
|
<div class="ebit3 center" style="margin-top: 300px; margin-bottom: 500px;"><a href="rick.html">STAGE 1 - 1</a></div>
|
||||||
|
|
||||||
<img src="data/astley.png" />
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
25
rick.html
Normal file
25
rick.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue