Added messaging from browser to server, tap handling, improved resize on clientside

This commit is contained in:
2017-01-24 01:37:26 +01:00
parent 5c948b079b
commit ca93a3b90d
9 changed files with 140 additions and 94 deletions
+5 -4
View File
@@ -6,15 +6,16 @@
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<!-- Katedra mereni FEL, 2017 -->
<!-- TODO GitHub link -->
<header>ESP8266 Remote Terminal</header>
<div id="screen"></div>
<div id="buttons">
<button>1</button><button>2</button><button>3</button><button>4</button>
<button data-n="1">1</button><!--
--><button data-n="2">2</button><!--
--><button data-n="3">3</button><!--
--><button data-n="4">4</button><!--
--><button data-n="5">5</button>
</div>
<script>init(%screenData%)</script>