Advertisement
Ghureg

campainmaker.html

Jan 15th, 2020
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <HTML>
  2.    
  3. <BODY>
  4. <form method="POST" action="/Campaign/Sumbited">
  5.     <center>
  6.     <H1>Create a Campain</H1> <br>
  7.     <h3>title</h3> <br>
  8.      <input type = "text" name = "title" /> <br>
  9.     <h3>script</h3><br>
  10.     <textarea name="DmScript" style="width:400px; height:200px;">
  11.     As dm you need to know whats going on. Heres your chance. Players will NOT be able to see this.</textarea> <br>
  12.     <h3>overview</h3> <br>
  13.     <textarea name="CampainOverview" style="width:400px; height:200px;">
  14.     A synopisis(I know I cant spell). Players CAN see this</textarea><br>
  15.     <input type = "submit">
  16.     </center>
  17. </form>
  18. </BODY>
  19. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement