Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>alphaloginscreen</title>
  4. </head>
  5.  
  6. <body bgcolor="black">
  7. <p><font size="25" color="yellow"><b><u>Welcome to Galactic cluster ALPHA please log in</u></b></font></p>
  8.  
  9. <form name="input" action="severchoose.help.table.html" method="get">
  10. <font color="red">Username:</font> <input type="text" name="user" />
  11. <font color="red">Password:</font> <input type="password" name="pass" />
  12. <input type="submit" value="Submit" />
  13. </form>
  14.  
  15. <p><a HREF="severchoose.html"><b>back to sever select</b></a></p>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement