itty-bitty/edit.html

26 lines
864 B
HTML
Raw Normal View History

2018-05-29 14:05:09 +00:00
<!DOCTYPE html>
2018-05-26 00:16:21 +00:00
<html>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
2018-05-28 01:05:32 +00:00
<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="data.js"></script>
2018-05-26 00:16:21 +00:00
<script src="edit.js"></script>
<link rel="stylesheet" type="text/css" href="edit.css">
<body>
2018-05-30 05:10:16 +00:00
<div id="placeholder">
Itty bitty things<br>
can be shared within a link&mdash;<br>
type here to compose.
<p><a id="ib-info" contenteditable=false href="http://about.bitty.site" target="_blank">Learn more</a><br>
</div>
<div id="content"> </div>
2018-05-26 00:16:21 +00:00
<span id="toolbar">
<a target="_blank" id="length"></a>
<a target="_blank" id="qrcode" href="https://zxing.appspot.com/generator/">QR Code</a>
<button id="copy">Copy Link</button><br>
</span>
</body>
</html>