-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 895 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
25
<!doctype html>
<html>
<head>
<title>MonsterZoo - Niels Lam</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="header">
<h1>MonsterZoo</h1>
<div class="biome"></div>
</header>
<aside class="aside monster-configurator" id="monster-configurator">
<h2 class="text-center">Monster Configurator™</h2>
<div class="monster-configurator__thumbnail"></div>
<div class="monster-configurator__form"></div>
</aside>
<main class="main zoo">
<div class="flexembed zoo__wrap">
<div class="flexembed__1by1"></div>
<div class="flexembed__content"><div class="zoo-grid"></div></div>
</div>
<div class="zoo__info"></div>
</main>
</body>
</html>