Added messaging from browser to server, tap handling, improved resize on clientside
This commit is contained in:
+5
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user