Files
libGDX-tutorial/html/webapp/index.html
T
2021-08-22 10:25:09 +07:00

33 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>drop</title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta content="width=device-width initial-scale=1" id="gameViewport" name="viewport">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<a class="superdev"
href="javascript:%7B%20window.__gwt_bookmarklet_params%20%3D%20%7B'server_url'%3A'http%3A%2F%2Flocalhost%3A9876%2F'%7D%3B%20var%20s%20%3D%20document.createElement('script')%3B%20s.src%20%3D%20'http%3A%2F%2Flocalhost%3A9876%2Fdev_mode_on.js'%3B%20void(document.getElementsByTagName('head')%5B0%5D.appendChild(s))%3B%7D">&#8635;</a>
<div align="center" id="embed-html"></div>
<script src="html/html.nocache.js" type="text/javascript"></script>
</body>
<script>
function handleMouseDown(evt) {
evt.preventDefault();
evt.stopPropagation();
window.focus();
}
function handleMouseUp(evt) {
evt.preventDefault();
evt.stopPropagation();
}
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false);
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false);
</script>
</html>