summaryrefslogtreecommitdiff
path: root/nacl.html
blob: f4b4e1a33508d6ed36da789b292956b7602bee3b (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
<!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" />
<button>Кнопка поверх OpenGL</button>
</body>
</html>