Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
escursionista committed Jan 16, 2017
1 parent 79ead86 commit eeaf449
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>GABcoin</title>
</head>
<body>
<div id="container"></div>
<script src="/parity-utils/parity.js"></script>
<script src="gabcoin.js"></script>
</body>
</html>

0 comments on commit eeaf449

Please sign in to comment.