diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-12 19:33:18 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-12 19:33:18 -0800 |
| commit | 57ad852b6e7e337b7a86d2f85ac95b480898b057 (patch) | |
| tree | e5192eb68c0e929ca276f821756b4952727c2787 /index.html | |
| parent | 7270ca308cad6dd87744472a8bfe37ab9d342bf0 (diff) | |
working
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"> |
