File: template.html

package info (click to toggle)
rgl 1.3.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,968 kB
  • sloc: cpp: 23,234; ansic: 7,462; javascript: 6,125; sh: 3,555; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    <html><head>
	<TITLE>RGL model</TITLE>
    </head>
    <body onload="%prefix%rgl.start();"> 
    
    <div align="center">
    %WebGL%
    </div>
    
	<br>Drag mouse to rotate model. Use mouse wheel or middle button
	to zoom it.
	<hr>
	<br>
	Object written from rgl %rglVersion% by writeWebGL.

	</body>
	</html>