itty-bitty/edit.html
Nicholas Jitkoff 2aaa255682 Initial commit
2018-05-25 17:16:21 -07:00

22 lines
No EOL
870 B
HTML

<html>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<title>itty bitty</title>
<script src="edit.js"></script>
<link rel="stylesheet" type="text/css" href="edit.css">
<body>
<span id="toolbar">
<a target="_blank" id="length"></a>
<a target="_blank" id="bitly" href="https://bitly.com/">Bitly</a>
<a target="_blank" id="qrcode" href="https://zxing.appspot.com/generator/">QR Code</a>
<a target="_blank" id="twitter" href="https://twitter.com/">Twitter</a>
<button id="copy">Copy Link</button><br>
</span>
<div id="placeholder"><br>
Share itty bitty things<br>with just a link.<br>
To get started, type here<br>or drop an HTML file.<br>
<p><a id="ib-info" href="http://about.bitty.site">Learn more</a></div>
<div id="content"></div>
</body>
</html>