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 01:34:03 +01:00

10 lines
156 B
HTML

<html>
<head>
<title>IPFS Board</title>
</head>
<body>
<div id="container">Loading...</div>
<script src="/app.js"></script>
</body>
</html>