SHOW:
|
|
- or go back to the newest paste.
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 | <html> | |
3 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | <title>Primo php</title> | |
6 | <link rel="stylesheet" href="stile.css" type="text/css"> | |
7 | ||
8 | </head> | |
9 | <body> | |
10 | <form action="login.php" method="post"> | |
11 | <center> | |
12 | <table> | |
13 | <tr> | |
14 | <td> | |
15 | <table class="bordo1" > | |
16 | <tr> | |
17 | <td> | |
18 | Download immagini | |
19 | </td> | |
20 | </tr> | |
21 | <tr> | |
22 | <td> | |
23 | Download video | |
24 | </td> | |
25 | </tr> | |
26 | <tr> | |
27 | <td> | |
28 | Invia i tuoi commenti | |
29 | </td> | |
30 | </tr> | |
31 | </table> | |
32 | ||
33 | - | <input type="button" value="OK"> |
33 | + | |
34 | <td> | |
35 | <table class="bordo1" > | |
36 | <tr> | |
37 | <td> | |
38 | UTENTE | |
39 | <input type="text" name="user" size="20"> | |
40 | ||
41 | - | <!-- <table class="bordo1" > |
41 | + | |
42 | </tr> | |
43 | <tr> | |
44 | <td> | |
45 | PASSWORD | |
46 | ||
47 | <input type="password" name="password" size="20"> | |
48 | </td> | |
49 | </tr> | |
50 | <tr> | |
51 | <td> | |
52 | <center> | |
53 | <input type="submit" value="OK"> | |
54 | <input type="reset" value="RESET"> | |
55 | </center> | |
56 | </td> | |
57 | </tr> | |
58 | - | --> |
58 | + | |
59 | - | </td> |
59 | + | |
60 | <!-- | |
61 | --> | |
62 | </tr> | |
63 | </table> | |
64 | </center> | |
65 | </form> | |
66 | ||
67 | ||
68 | </body> | |
69 | </html> |