blob: 64d88f79b98a55af1857ad3ff346c952c10e1be9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pepper GPU Demo</title>
</head>
<body style="background-color:Silver; -webkit-perspective: 1000;">
<h1>Pepper GPU Demo</h1>
<embed id="plugin" type="pepper-application/x-gpu-demo" width="512" height="512" style="position:absolute; top: 30px; -webkit-transform: rotateY(30deg);" />
<p style="position:absolute; top: 256px;">Text on top</p>
</body>
</html>
|