Mam napisane w HTML strone glowna:
- <html>
- <body>
- <div class="login">
- <form method="post" action="login" name="login">
- <span>Username:</span>
- <input name="login" type="text" size="22" style="height:18px; margin-right: 4px; font-size: 9px; font-family: sans-serif; color: #15598D;" />
- <span>Password:</span>
- <input name="pass" type="password" size="22" style="height:18px; font-size: 9px; font-family: sans-serif; color: #15598D;" />
- <input type="submit" class="przycisk" value="Login" style="height:18px; width: 58px; font-size: 10px; font-weight: bolder;" />
- </form>
- </div>
- <center>
- <script language="javascript" src="filecabinet.js"></script>
- </center>
- <head>
- <center>Strona glowna</center>
- </head>
- </body>
- </html>