mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-03-12 21:48:39 +01:00
updated to work in custom http path
This commit is contained in:
parent
41e7b5d514
commit
4e47a980ae
@ -3,9 +3,9 @@
|
|||||||
<title>IPFS Board</title>
|
<title>IPFS Board</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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 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="normalize.css">
|
||||||
<link rel="stylesheet" href="/skeleton.css">
|
<link rel="stylesheet" href="skeleton.css">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root">
|
<div id="root">
|
||||||
@ -13,6 +13,6 @@
|
|||||||
<h1>Loading</h1>
|
<h1>Loading</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/app.js"></script>
|
<script src="app.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user