mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
18 lines
544 B
HTML
18 lines
544 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<h1><span class="skull">☠</span> <span id="basename">...</span></h1>
|
|
<div id="url-wrapper">
|
|
<div id="url-header">Give this URL to the person you're sending the file to:</div>
|
|
<div id="url"></div>
|
|
</div>
|
|
<div id="output">...</div>
|
|
|
|
<script src="jquery-1.11.1.min.js"></script>
|
|
<script src="onionshare.js"></script>
|
|
</body>
|
|
</html>
|