summaryrefslogtreecommitdiff
path: root/nacl.html
blob: 450c0db0348fc1036cb146ee7358ccdd181dd75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>hello_tutorial</title>
<style>
button {
  position: relative;
  z-index: 5;
  top: -300px;
  left: 350px;
}
</style>
</head>
<body>
<script type="text/javascript">
  var listener = document.getElementById('listener');
  listener.addEventListener('message', handleMessage, true);
</script>
<embed
  id="hello_tutorial"
  width="800"
  height="600"
  type="application/x-hello" />
<br/>
<button>Кнопка поверх OpenGL</button>
</body>
</html>