diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -20,7 +20,7 @@ body { } #title { - font-size: 30px; + font-size: 25px; } #params { @@ -73,12 +73,11 @@ body { <table id="form_table" border="0"> <tr> <td>Texture URL:</td> - <td colspan="2"><input type="text" id="texture" size="70" - value="http://someurl.jpg" /></td> + <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.jpg" /></td> </tr> <tr> <td>Heightmap URL:</td> - <td colspan="2"><input type="text" id="heightmap" size="70" + <td colspan="2"><input type="text" id="heightmap" size="35" value="http://someurl.jpg" /><br /></td> </tr> <tr> @@ -91,6 +90,18 @@ body { </form> </div> </td> + <td> + <div id="new_thing"> + <table id="username_etc" border=0> + <tr> + <td colspan="2">Username: <input type="text" size="10" id="username" value="" /></td> + </tr> + <tr> + <td id="gallery_link" colspan="2">→<a href="http://asdf.us/im/gallery" target="_blank" >pb gallery</a></td> + </tr> + </table> + </div> + </td> </tr> </table> <div id="container"> |
