-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 1.08 KB
/
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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Let's go to Japan - Scores</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="hero"><img src="img/bg-2.jpg" alt="artwork from the game" /></div>
<div class="wrapper flow">
<header class="region">
<h1>Let's go to Japan - Travel Journal</h1>
<p>a score sheet for AEG's <strong><a href="https://boardgamegeek.com/boardgame/368173/lets-go-japan">Let's Go! to Japan</a></strong></p>
</header>
<section id="app" class="sheet" aria-label="Score Sheet">
<noscript>
<p>Uh, this is awkward.</p>
<p>As far as we know, you'll need to <em>enable JavaScript</em> in your browser to enable us to calculate anything.</p>
</noscript>
</section>
<footer>
<p>footer stuff...</p>
<p>All visual assets are © <a href="https://www.alderac.com/">Alderac Entertainment Group</a>.</p>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>