From e1e666a750ad44e1a8624b6bc6864fb505332043 Mon Sep 17 00:00:00 2001 From: theredkoala21 <37466255+theredkoala21@users.noreply.github.com> Date: Thu, 4 Apr 2019 14:10:47 +1100 Subject: [PATCH 1/3] Auto Connect / Auto Login + logo & version display + added ability to auto connect and auto login ( self ) + add logo ( https://github.com/micropython/webrepl/commit/99a568dc251ff0151e327e097ca43ae4e53a5fdd ) + add version display on connect ( https://github.com/micropython/webrepl/commit/8e59ff0c49a581894ad57a0b62cf371ddecc81a8 ) --- webrepl.html | 93 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 87 insertions(+), 6 deletions(-) diff --git a/webrepl.html b/webrepl.html index 297d97e..f4c6adf 100644 --- a/webrepl.html +++ b/webrepl.html @@ -16,7 +16,11 @@ margin-bottom: 20px; font: 20px/1.5 sans-serif; } - + .logo { + position: absolute; + bottom: 10px; + right: 10px; + } /* .terminal { float: left; @@ -48,6 +52,7 @@