Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jointhepartypooper committed Aug 19, 2018
1 parent a11d8c4 commit 2c346c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FindstakeSinglePage/index.html
Expand Up @@ -5,9 +5,11 @@
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<title>Peercoin Findstakejs</title>
<link href="//peercoin.github.io/FindstakeJS/FindstakeSinglePage/static/app.css" rel=stylesheet></head>
<link href="https://findstake.peercoin.net/FindstakeSinglePage/static/app.css" rel=stylesheet></head>
<body>
<div id=app></div>

<script type="text/javascript" src="//peercoin.github.io/FindstakeJS/FindstakeSinglePage/static/app.js"></script></body>
<script type="text/javascript" src="https://findstake.peercoin.net/FindstakeSinglePage/static/app.js"></script>

</body>
</html>

0 comments on commit 2c346c1

Please sign in to comment.