mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" media="all" href="static/style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="header">
|
|
<img id="logo" src="static/logo.png" />
|
|
<div id="header-content">
|
|
<div id="basename"></div>
|
|
<div id="filehash">
|
|
<span class="label"></span>
|
|
<span class="value"></span>
|
|
</div>
|
|
<div id="filesize">
|
|
<span class="label"></span>
|
|
<span class="value"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<ul id="log">
|
|
<li id="loading">
|
|
<img src="static/loader.gif" />
|
|
<p class="calculating"></p>
|
|
</li>
|
|
</ul>
|
|
|
|
<div id="footer">
|
|
<div id="close-on-finish-wrapper">
|
|
<input type="checkbox" id="close-on-finish" name="close-on-finish" checked />
|
|
<label for="close-on-finish"></span>
|
|
</div>
|
|
<div id="copy-button-wrapper">
|
|
<button class="button" id="copy-button">Copy URL</button>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</ul>
|
|
|
|
<script src="static/jquery-1.11.1.min.js"></script>
|
|
<script src="static/helpers.js"></script>
|
|
<script src="static/onionshare.js"></script>
|
|
</body>
|
|
</html>
|