mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
24 lines
600 B
HTML
24 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" media="all" href="static/style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="metadata">
|
|
<img src="static/logo.png" />
|
|
<p id="basename"></p>
|
|
<p id="filesize"></p>
|
|
<p id="filehash"></p>
|
|
<div id="button-wrapper">
|
|
<button class="button" id="copy-button">Copy URL</button>
|
|
</div>
|
|
</div>
|
|
|
|
<ul id="log"></ul>
|
|
</div>
|
|
<script src="static/jquery-1.11.1.min.js"></script>
|
|
<script src="static/onionshare.js"></script>
|
|
</body>
|
|
</html>
|