onionshare/onionshare_gui/templates/index.html
2014-06-08 13:15:39 -04:00

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>