Skip to content

Commit

Permalink
hard code path
Browse files Browse the repository at this point in the history
  • Loading branch information
jointhepartypooper committed Aug 19, 2018
1 parent cca819b commit 21a958f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions FindstakeSinglePage/index.html
Expand Up @@ -5,12 +5,9 @@
<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=/static/app.css rel=stylesheet></head>
<link href="http://findstake.peercoin.net/FindstakeSinglePage/static/app.css" rel=stylesheet></head>
<body>
<div id=app></div>

<script type=text/javascript src=/static/app.js></script></body>
<script type="text/javascript" src="http://findstake.peercoin.net/FindstakeSinglePage/static/app.js"></script></body>
</html>

0 comments on commit 21a958f

Please sign in to comment.