You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							635 B
						
					
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							635 B
						
					
					
				<!DOCTYPE html>
 | 
						|
 | 
						|
<meta charset="UTF-8">
 | 
						|
<title>ESP8266 Remote Terminal</title>
 | 
						|
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
 | 
						|
<link rel="stylesheet" href="style.css">
 | 
						|
<script src="script.js"></script>
 | 
						|
 | 
						|
<header>ESP8266 Remote Terminal</header>
 | 
						|
 | 
						|
<div id="screen"></div>
 | 
						|
 | 
						|
<div id="buttons">
 | 
						|
	<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({w: 26, h:10, x:0,y:0,screen:"70 t259"})</script>
 | 
						|
 |