-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflair.html
42 lines (32 loc) · 1011 Bytes
/
flair.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>L2KD Encyclopedia</title>
<meta name="description" content="An Encyclopedia about the Lego 2K Drive vehicles, bricks and other in-game collectibles. Built by the fans, for the fans">
<link rel="icon" href="icons/player-perks/incrHandling.png">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="item.css">
</head>
<body class="green">
<section id="brickpack">
<div id="header">
<a href="."><img id="back" src="icons/back.svg"></a>
<h1 id="name"><!--Name name name--></h1>
</div>
<div img id="preview">
<img src="textures/woosh.png">
</div>
</section>
<section>
<h1>How to get</h1>
<div class="tile-grid" id="sources"></div>
</section>
<section>
<h1>Bricks</h1>
<div class="tile-grid" id="pieces"></div>
</section>
<script src="item.js" type="module"></script>
</body>
</html>