From 99a568dc251ff0151e327e097ca43ae4e53a5fdd Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Wed, 26 Oct 2016 18:44:24 +1100 Subject: [PATCH] webrepl.html: Add MicroPython logo + link --- webrepl.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webrepl.html b/webrepl.html index a2b8cda..d24ab0e 100644 --- a/webrepl.html +++ b/webrepl.html @@ -38,6 +38,11 @@ padding: 4px; background: #888; } + .logo { + position: absolute; + bottom: 10px; + right: 10px; + } @@ -75,6 +80,13 @@
Terminal widget should be focused (text cursor visible) to accept input. Click on it if not.
To paste, press Ctrl+A, then Ctrl+V + +