forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
26
Kha/Tools/khamake/Data/debug-html5/index.html
Normal file
26
Kha/Tools/khamake/Data/debug-html5/index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!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>
|
Reference in New Issue
Block a user