summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-12 20:23:41 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-12 20:23:41 -0800
commit32785e06cd47fc6c5c64c7e9c077769a462ae5ea (patch)
tree9fcd27d4b702f248639f58aec151b2f61946c006 /index.html
parent57ad852b6e7e337b7a86d2f85ac95b480898b057 (diff)
moving over...adding cgi
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 9f173e4..0dc8861 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,7 @@ body {
</style>
</head>
<body>
+ <script src="js/generating.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/Three.js"></script>
<script src="js/Detector.js"></script>
@@ -52,6 +53,7 @@ body {
<script src="js/3D_Landscape.js"></script>
<script src="js/shortcuts.js"></script>
<script src="js/pb.js"></script>
+ <script src="js/username.js"></script>
<table border="0" cellpadding="10">
<tr>
<td>
@@ -73,18 +75,15 @@ body {
<table id="form_table" border="0">
<tr>
<td>Texture URL:</td>
- <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.jpg" /></td>
+ <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.biz/someimage.jpg" /></td>
</tr>
<tr>
<td>Heightmap URL:</td>
- <td colspan="2"><input type="text" id="heightmap" size="35"
- value="http://someurl.jpg" /><br /></td>
+ <td colspan="2"><input type="text" id="heightmap" size="35" value="http://someurl.biz/someimage.jpg" /><br /></td>
</tr>
<tr>
- <td><input type="button" value="Load New" id="change"
- onClick="loadNew()" /></td>
- <td><input type="button" value="Save as Image" id="save"
- onClick="saveScene()" /></td>
+ <td><input type="button" value="Save as Image" id="save" onClick="saveScene()" /></td>
+ <td><input type="button" value="Load New" id="change" onClick="loadNew()" /></td>
</tr>
</table>
</form>