move ssb-patchwork-api and ssb-patchwork-ui into this repo
This commit is contained in:
27
ui/blob-search.html
Normal file
27
ui/blob-search.html
Normal 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>
|
||||
Reference in New Issue
Block a user