28 lines
894 B
HTML
28 lines
894 B
HTML
<!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>
|