-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 920 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
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="reset.css"/>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>
<link rel="stylesheet" type="text/css" href="styling.css"/>
</head>
<body class="advocate flex flex-column items-center dark-gray">
<div class="w-100 w-90-m w-70-l flex flex-column items-center pv3 ph2">
<div class="w-100 w-90-m w-70-l f4 f5-ns avenir lh-copy">
<div class="w-100 w-50-l">
<div class="ma2" id="parahumans-stack"></div>
</div>
<div class="w-100 w-50-l">
<div class="ma2" id="twilight-stack"></div>
</div>
<div class="w-100 w-50-l">
<div class="ma2" id="lotr-stack"></div>
</div>
</div>
</div>
<script type="text/javascript" src="index.bundle.js"></script>
</body>