mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 19:22:59 -03:00
17 lines
547 B
HTML
17 lines
547 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="give-this-url">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>
|