summaryrefslogtreecommitdiff
path: root/frontend/imgrid/dist_embedded/index.html
blob: 828945ec002dd4fe4656adae047812dbc7287d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
    <body bgcolor="#E6E6FA">
        <applet code="com.scannerjammer.applet.heightmap.applet.Embedded3DLandscapeApplet.class" 
				archive="3DMapAllWin.jar"
				name="3D Landscape" 
				width="800" 
				height="600">
            <param name="bgColorRedChannel" value="255">
            <param name="texture" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/texture.jpg">
            <param name="bgColorBlueChannel" value="255">
            <param name="bgColorGreenChannel" value="255">
            <param name="heightmap" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/heightmap.jpg">
            <param name="uploadCGI" value="http://localhost/cgi-bin/upload.cgi">
        </applet>
    </body>
</html>