1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-25 14:54:19 +01:00
ipfs-boards/webapp/index.html
2015-11-14 12:06:37 +01:00

19 lines
524 B
HTML

<html>
<head>
<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">
</head>
<body>
<div id="root">
<div id="loading">
<h1>Loading</h1>
</div>
</div>
<script src="/app.js"></script>
</body>
</html>