forked from rylev/DMG-01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 822 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DMG-01: How to Emulate a Game Boy</title>
<link rel="stylesheet" href="public/landing-page/index.css">
</head>
<body>
<div>
<header class="header">
<img class="hero" src="public/landing-page/hero.jpg" alt="boy">
<img class="title" src="public/landing-page/title.png" alt="DMG-01">
<span class="subtitle">How To Emulate a Game Boy</span>
</header>
<div class="description">
DMG-01 is a guide for how to emulate a Game Boy.
<br/>
Together, we'll explore the insides of one of the world's most beloved computers.</p>
</div>
<div class="button">
<a href="https://rylev.github.io/DMG-01/public/book">Read the Book</a>
</div>
</body>
</html>