Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fix absolute paths and add fallback page to dat.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cblgh committed Feb 28, 2018
1 parent 0dbaf44 commit 12c12a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dat.json
@@ -1,5 +1,6 @@
{
"url": "dat://47fe02a7bc5022f755d2421a2f7b9af441286ee4120b1a8186de4411b9c68f1b/",
"title": "datradio",
"description": ""
}
"fallback_page": "index.html",
"description": "it's time"
}
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -4,9 +4,9 @@
<title>piratrad.io</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bundle.css"/>
<link rel="stylesheet" href="/bundle.css"/>
</head>
<body>
<script src="bundle.js"></script>
<script src="/bundle.js"></script>
</body>
</html>

0 comments on commit 12c12a1

Please sign in to comment.