1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-03-11 21:38:38 +01:00

updated to work in custom http path

This commit is contained in:
Enrico Fasoli 2015-11-15 21:10:27 +01:00
parent 41e7b5d514
commit 4e47a980ae

View File

@ -3,9 +3,9 @@
<title>IPFS Board</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="/skeleton.css">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="skeleton.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="root">
@ -13,6 +13,6 @@
<h1>Loading</h1>
</div>
</div>
<script src="/app.js"></script>
<script src="app.js"></script>
</body>
</html>