itty-bitty/edit.html
Nicholas Jitkoff 936a918ec8 Updated visuals
2018-05-29 22:10:16 -07:00

26 lines
No EOL
864 B
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="data.js"></script>
<script src="edit.js"></script>
<link rel="stylesheet" type="text/css" href="edit.css">
<body>
<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>
<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>