2015-11-04 16:08:33 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>IPFS Board</title>
|
2015-11-14 12:06:37 +01:00
|
|
|
<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">
|
2015-11-15 21:10:27 +01:00
|
|
|
<link rel="stylesheet" href="normalize.css">
|
|
|
|
<link rel="stylesheet" href="skeleton.css">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
2015-11-09 17:12:11 +01:00
|
|
|
</head>
|
2015-11-14 00:57:36 +01:00
|
|
|
<body>
|
2015-11-14 12:06:37 +01:00
|
|
|
<div id="root">
|
|
|
|
<div id="loading">
|
|
|
|
<h1>Loading</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-11-15 21:10:27 +01:00
|
|
|
<script src="app.js"></script>
|
2015-11-04 16:08:33 +01:00
|
|
|
</body>
|
|
|
|
</html>
|