mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
15 lines
399 B
HTML
15 lines
399 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<h1><span id="basename"></span></h1>
|
|
<div id="output"></div>
|
|
<button class="button" id="copy-button">Copy URL</button>
|
|
|
|
<script src="jquery-1.11.1.min.js"></script>
|
|
<script src="onionshare.js"></script>
|
|
</body>
|
|
</html>
|