mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-08 05:58:11 -05:00
18 lines
502 B
HTML
18 lines
502 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" media="all" href="static/style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="loading"></div>
|
|
<div id="content">
|
|
<h1><span id="basename"></span></h1>
|
|
<div id="output"></div>
|
|
<button class="button" id="copy-button">Copy URL</button>-
|
|
</div>
|
|
|
|
<script src="static/jquery-1.11.1.min.js"></script>
|
|
<script src="static/onionshare.js"></script>
|
|
</body>
|
|
</html>
|