Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
189
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. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8.     <head>
  9.         <title>TODO supply a title</title>
  10.         <meta charset="UTF-8">
  11.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12.     </head>
  13.     <body>
  14.         <div>TODO write content</div>
  15.         <FORM action="/Histogram-war/Hist" method="get">
  16.             <P>
  17.             Put n: <INPUT type="text" name="n"><BR>
  18.             <INPUT type="submit" value="Send">
  19.             </P>
  20.         </FORM>
  21.         <FORM action="/Histogram-war/Hist" method="post">
  22.             <P>
  23.             Put m: <INPUT type="text" name="m"><BR>
  24.             Put s: <INPUT type="text" name="s"><BR>
  25.             <INPUT type="submit" value="Send">
  26.             </P>
  27.         </FORM>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement