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

<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="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.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">
<i class="fa fa-3x fa-cog fa-spin"></i>
</div>
</div>
<script src="app.js"></script>
</body>
</html>