Skip to content

Commit

Permalink
Add index.html for gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 13, 2017
1 parent c4ed6b6 commit 720e0ff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>recage · age of empires recorded game reader</title>
<style>
body {
font: 16pt 'droid serif', georgia, serif;
max-width: 768px;
margin: auto;
line-height: 1.5;
}
</style>
</head>
<body>
<h1>recage</h1>
<p>
recage is a lowish-level JavaScript library that reads age of empires 2
recorded game files. it only supports UserPatch 1.4 recorded games at this
time.
</p>
<h2>Source</h2>
<p>
on <a href="https://github.com/goto-bus-stop/recage">github</a>
</p>
<h2>Examples</h2>
<ul>
<li><a href="./examples/map">Minimap Renderer</a></li>
</ul>
</body>
</html>

0 comments on commit 720e0ff

Please sign in to comment.