Advertisement
Guest User

index.html w/Form

a guest
Jul 30th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Deeper</title>
  5.   <link type="text/css" rel="stylesheet" href="style.css"/>
  6. </head>
  7. <body>
  8.   <div id="titlebar">
  9.   <img src="DeeperNetIcon.jpg"></img>
  10.   <h1>DeeperNet</h1>
  11.   <a href="http://oriondark7.com/deeper">Back to Deeper Homepage</a>
  12.   <br/><br/>
  13.   <form action="view.php" method="post">Search for World by ID: <input type="text" name="world">  <input type="submit" value="Search"></form>
  14.   <br/>
  15.   </div>
  16.   <p color="white">Welcome to DeeperNet!</p>
  17.   <div id="upload">
  18.     <h1>Upload World to DeeperNet</h1>
  19.     <form action=“upload.php” method="post" enctype="multipart/form-data">
  20.     World File:
  21.     <br/><br/>
  22.     <input type="file" name="world">
  23.     <br/><br/>
  24.     World Name:
  25.     <br/>
  26.     <input type="text" name="name">
  27.     <br/>
  28.     Description:
  29.     <br/>
  30.     <input type="textbox" name="desc">
  31.     <br/><br/>
  32.     <input type="submit" value="Upload World">
  33.     </form>
  34.     <br/>
  35.   </div>
  36.  
  37. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement