move ssb-patchwork-api and ssb-patchwork-ui into this repo

This commit is contained in:
Paul Frazee
2015-09-22 13:44:28 -05:00
parent ca4830cec8
commit 0f60126e9d
1094 changed files with 22959 additions and 8 deletions

27
ui/blob-search.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Searching... - Secure Scuttlebutt</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="./img/icon.png"/>
<link rel="stylesheet" type="text/css" href="./css/home.css">
</head>
<body>
<div id="page-container">
<div class="row">
<div id="content" class="col-xs-10 col-xs-push-1 well white monospace">
<h2>Scanning the network for this file...</h2>
<hr>
<p>File <code id="fileid">...</code> has not been downloaded yet.</p>
<hr>
<p>Your computer is querying other computers for the file. This may take some time.</p>
<div class="spinner">
<div class="cube1"></div>
<div class="cube2"></div>
</div>
</div>
</div>
</div>
<script src="./blob-search.js"></script>
</body>
</html>