forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			27 lines
		
	
	
		
			603 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			603 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
									<meta charset="utf-8"/>
							 | 
						||
| 
								 | 
							
									<meta http-equiv="Content-Security-Policy" content="script-src 'self' {UnsafeEval};">
							 | 
						||
| 
								 | 
							
									<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
							 | 
						||
| 
								 | 
							
									<title>{Name}</title>
							 | 
						||
| 
								 | 
							
									<style>
							 | 
						||
| 
								 | 
							
										html, body, canvas, div {
							 | 
						||
| 
								 | 
							
											margin:0;
							 | 
						||
| 
								 | 
							
											padding: 0;
							 | 
						||
| 
								 | 
							
											width:100%;
							 | 
						||
| 
								 | 
							
											height:100%;
							 | 
						||
| 
								 | 
							
										}
							 | 
						||
| 
								 | 
							
										#khanvas {
							 | 
						||
| 
								 | 
							
											display:block;
							 | 
						||
| 
								 | 
							
											border:none;
							 | 
						||
| 
								 | 
							
											outline:none;
							 | 
						||
| 
								 | 
							
										}
							 | 
						||
| 
								 | 
							
									</style>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
									<canvas id="khanvas" width="0" height="0" tabindex="-1"></canvas>
							 | 
						||
| 
								 | 
							
									<script src="kha.js"></script>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |