perkeep/server/go/camlistored/ui/blobinfo.html

17 lines
428 B
HTML

<html>
<head>
<title>Blob</title>
<script type="text/javascript" src="camli.js"></script>
<script type="text/javascript" src="?camli.mode=config&cb=onConfiguration"></script>
<script type="text/javascript" src="blobinfo.js"></script>
</head>
<body>
<h1>Blob Search Metadata</h1>
<pre id="blobpre"></pre>
<h1>Blob Contents</h1>
<pre id="blobdata" style="overflow: auto; max-width: 800px"></pre>
</body>
</html>