Guest User

Untitled

a guest
Nov 27th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <!DOCTYPE html> <!-- HTML5 declaration -->
  2.     <html lang="en">
  3.         <head>
  4.             <meta charset="utf-8" />
  5.            
  6.             <title>WormS</title>
  7.             <script src="mato.js" type="text/javascript"></script>
  8.             <link rel="stylesheet" type="text/css" href="uistyle.css">
  9.            
  10.  
  11.            
  12.         </head>
  13.         <body>
  14.  
  15.             <div id="login">
  16.  
  17.             <fieldset>
  18.  
  19.                <legend><strong>Login</strong></legend>
  20.                Username: <input type="text" name="Username" id="Username">
  21.                Password: <input type="text" name="Password" id="Password">
  22.  
  23.             </fieldset>
  24.             </div>
  25.            
  26.            <div id="gameboard">gameboard</div>
  27.            
  28.             <div id="chat">
  29.            
  30.             <fieldset>
  31.             <legend><strong>Chat</strong></legend>
  32.                 Message: <input type="text" name="Message_input" id="Message_input" size="30"
  33.                maxlength="120">
  34.                
  35.  
  36.             </fieldset>
  37.             </div>
  38.              <script>
  39.              startGame();
  40.             </script>
  41.  
  42.         </body>
  43.     </html>
Add Comment
Please, Sign In to add comment