about summary refs log blame commit diff stats
path: root/linkify/clean
blob: 7838b78a15460bbf97d8065c9bf4c875d8b2091e (plain) (tree)
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; backgro
#!/bin/sh
rm -rf linkify *.dSYM
1.0"> <title>ink n switch</title> <style> @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap'); body { margin: 0; padding: 0; font-family: 'Shantell Sans', cursive; } textarea { font-family: 'Shantell Sans', cursive; font-size: 1.75em; padding: 1em; border: 0; outline: 0; width: 100%; } canvas { padding: 0; width: 100%; } #noteArea, #drawingArea { margin: 0 auto; display: block; } </style> </head> <body> <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the browser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap cmd or ctrl + d. When in drawing mode, tap c to clear the canvas."></textarea> <canvas id="drawingArea" width="500" height="500"></canvas> <script src="ink.js"></script> </body> </html>