2014-05-29 21:05:30 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-05-29 22:31:28 -04:00
|
|
|
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
|
2014-05-29 21:05:30 -04:00
|
|
|
</head>
|
2014-05-29 22:31:28 -04:00
|
|
|
<body>
|
2014-05-30 23:12:52 -04:00
|
|
|
<h1><span id="basename"></span></h1>
|
2014-05-29 23:23:40 -04:00
|
|
|
<div id="output"></div>
|
2014-05-30 22:29:07 -04:00
|
|
|
<button class="button" id="copy-button">Copy URL</button>
|
2014-05-29 22:31:28 -04:00
|
|
|
|
|
|
|
<script src="jquery-1.11.1.min.js"></script>
|
|
|
|
<script src="onionshare.js"></script>
|
|
|
|
</body>
|
2014-05-29 21:05:30 -04:00
|
|
|
</html>
|