react-image-publisher
Version:
A common blockchain React component for publishing images with Bitstore and Open Publish
14 lines (13 loc) • 455 B
HTML
<html lang="en">
<head>
<title>React Image Publisher : Example</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/example.css">
</head>
<body>
<div class="panel" id="example"></div>
<script src="/build.js"></script>
</body>
</html>