-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 829 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://triplea-game.github.io",
"logo": "http://triplea-game.github.io/images/icon_menu.png"
}
</script>
<div id="headline">
<h2>The World's Foremost Open Source Grand Strategy Game</h2>
<p>Community built maps, Axis and Allies game rules:</p>
<br>
<span class="download"><a href="{{ '/download/' | prepend: site.baseurl }}" class="button">Download TripleA</a></span>
<p>100% open source, community run, free to play game</p>
<p>Live lobby play, play by email, play versus AI</p>
<a href="{{ '/maps-list/maps/' | prepend: site.baseurl }}"><img src="./images/triplea_promo.png" alt="Screenshot of TripleA" width="1059" height="798"></a>
</div>