HTMLify
instagram.html
Views: 418 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <!DOCTYPE html> <html> <head> <title>T Y P I N G ProWess</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> </head> <body> <form name="myform" action="login.php" method="post"> <h1><img src="logo.png">T Y P I N G ProWess<img src="pen.png"></h1> <label for="username">Username</label> <input type="text" id="username" name="User*id" required placeholder="Enter username"> <label for="password">Password</label> <input type="password" id="password" name="password"required placeholder="must 8 characters"> <div class="clearfix"> <a><button type="submit"><a href="http://localhost:63342/project/home_page.html?_ijt=e24rddae6sgep611kqdngkm74c&_ij_reload=RELOAD_ON_SAVE">Login</a></button></div><br><br> <div class="clearfix1"> <p>I don't have an account??</p><br><button type="submit"><a href="http://localhost:63342/project/create%20account.html?_ijt=e24rddae6sgep611kqdngkm74c&_ij_reload=RELOAD_ON_SAVE"> create account</a></button> </div> </form> </body> </html> |