diff --git a/index.html b/index.html index 61ed2e8..1c52fd9 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,24 @@ + + + + WebSocket Test + + +

My name is:

Status: unknown

+ diff --git a/observer.html b/observer.html index fc6aef2..b38166c 100644 --- a/observer.html +++ b/observer.html @@ -14,6 +14,19 @@ height: 800px; opacity: 0.5; } + #svgscreen { + background-color: #adf; + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + opacity: 0.5; + } + #svgscreen line { + stroke: rgb(255,0,0); + stroke-width: 2; + } .user { border: 3px solid #0af; text-align: right; @@ -28,10 +41,12 @@

Status: unknown

+ + +
+