forked from ssimeonoff/ssimeonoff.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 1.92 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<head>
<!--- meta tags --->
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="TERRAFORMING MARS COMPLETE ANIMATED LIST">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="viewport" content='width=400'>
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="css/home.css">
<title>TM</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--- scripts --->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116626580-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116626580-1');
</script>
</head>
<html>
<body background="images/stars.jpg" style="background-color:black;">
<div class="grid">
<div class="planet0">
<div class="title-top">TERRAFORMING<br>
<span class="title-bottom">MARS</span>
</div>
</div>
<a class="planet1" href="/cards-list" target="_blank">CARDS LIST</a>
<a class="planet2" href="/submit" target="_blank">SUBMIT GAME FORM</a>
<a class="planet3" href="/stats" target="_blank">GAMES STATISTICS</a>
<a class="planet4" href="/solo">SOLO GAMES</a>
<a class="planet5" href="/ma-randomizer" target="_blank">M&A RANDOMIZER</a>
<a class="planet6" href="/setup" target="_blank">START HAND SETUP</a>
<a class="planet7" href="https://boardgamegeek.com/boardgame/167791/terraforming-mars" target="_blank">About the game</a>
<a class="planet8" href="https://boardgamegeek.com/thread/1959389/terraforming-mars-complete-animated-cards-list" target="_blank">About the topic</a>
<a class="planet9" href="/hansolo" target="_blank">Author's solo games</a>
</div>
</body>
<script src="index.js" type="module"></script>
</html>