web/contents/play.html
1 2 3 4 5 6 7 8 9 10 11
<article> <h2>Playground</h2> <section> <section></section> <aside> <span>> </span> <input id="prompt" type="text" autofocus placeholder="Enter hex code here..."/> </aside> </section> </article> <script src="/assets/hex.js"></script>