1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
ipfs-boards/webapp/index.html

20 lines
654 B
HTML
Raw Normal View History

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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.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">
<i class="fa fa-3x fa-cog fa-spin"></i>
2015-11-14 12:06:37 +01:00
</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>