From 470147c5cdc0f3e0c2b0a4d5b04be7542c6ad984 Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Tue, 31 Oct 2023 19:44:06 +0100 Subject: [PATCH] Added tools --- static/camera.html | 24 ++++++++++++++++++++++ static/canvas.html | 40 +++++++++++++++++++++++++++++++++++++ static/css/style.css | 25 +++++++++++++++++++++++ static/display/index.html | 2 +- static/index.html | 41 ++++++++++++-------------------------- static/js/rtc.js | 42 +++++++++++++++++++++++++++++++++++++++ static/screenshare.html | 24 ++++++++++++++++++++++ 7 files changed, 169 insertions(+), 29 deletions(-) create mode 100644 static/camera.html create mode 100644 static/canvas.html create mode 100644 static/css/style.css create mode 100644 static/js/rtc.js create mode 100644 static/screenshare.html 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 @@ + + + + + + + LOLED - Camera + + +

LOLED

+ + + + \ No newline at end of file diff --git a/static/canvas.html b/static/canvas.html new file mode 100644 index 0000000..8e8c424 --- /dev/null +++ b/static/canvas.html @@ -0,0 +1,40 @@ + + + + + + + LOLED - Canvas + + + +

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 @@ - Display + LOLED - Display