diff --git a/static/camera.html b/static/camera.html new file mode 100644 index 0000000..5a963c4 --- /dev/null +++ b/static/camera.html @@ -0,0 +1,24 @@ + + +
+ + + +To send canvas of the page to LOLED click the following link : + LOLED that canvas ! +
+You can also drag this link in your bookmarks to call it on any page with a canvas. Like Hydra or Topos.
+ + + + \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..0628cc3 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,25 @@ +:root { + font-family: monospace; + color: white; + background: black; +} + +html, body { + margin: 0; + width: 100%; + min-height: 100vh; + box-sizing: border-box; +} + +body { + padding: 15px; +} + +a { + color: yellow; +} + +hr { + border: none; + height: 2em; +} \ No newline at end of file diff --git a/static/display/index.html b/static/display/index.html index abf54d6..aeae2cc 100644 --- a/static/display/index.html +++ b/static/display/index.html @@ -3,7 +3,7 @@ -