Advertisement
Walker1998

mainpage.html

Oct 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <title>Page Title</title>
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.     <link rel="stylesheet" type="text/css" media="screen" href="main.css" />
  9.     <script src="main.js"></script>    
  10. </head>
  11. <body>
  12.     <form action="server.php">
  13.         <input type = "text" name = "mail" value="e-mail"/> <br/>
  14.         <input type = "text" name = "ime" value="ime"/> <br/>
  15.         <input type = "text" name = "prezime" value="prezime"/> <br/>
  16.         <input type = "submit" value="Prijavi se"/>
  17.     </form>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement