itty-bitty/edit.html
Nicholas Jitkoff 9e207a57d2 IE Fixes
2018-05-29 07:05:09 -07:00

28 lines
No EOL
1 KiB
HTML

<!DOCTYPE html>
<html>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src https://codepen.io">
<title>itty.bitty</title>
<script src="src/lzma_worker-min.js"></script>
<script src="jquery-3.3.1.min.js"></script>
<script src="data.js"></script>
<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">
Itty bitty things<br>
can be shared within a link&ndash;<br>
type to get started.
<p><a id="ib-info" contenteditable=false href="http://about.bitty.site">Learn more</a><br>
</div>
<div id="content"> </div>
</body>
</html>