Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-us" xml:lang="en-us">
  3. <head>
  4. <title>{title}</title>
  5. <link rel="shortcut icon" href="./styles/login/images/favicon.ico" />
  6. <link rel="stylesheet" type="text/css" href="./styles/login/css/style.css" />
  7. <style>
  8. body{
  9. background-image: url('https://puu.sh/CcCR2/324427c2f3.png');
  10. }
  11. </style>
  12. </head>
  13.  
  14. <body>
  15. <div class="logo">MONDCMS<span style="font-size:10px;">ACP V1.0</span></div>
  16.  
  17. <div class="body">
  18. <table align="center" id="tl">
  19. <tr>
  20. <td>
  21. <table align="center">
  22. <form action="" method="post">
  23. <tr><td>Username:</td> <td><input type="text" name="username" id="login" AUTOCOMPLETE="off"></td></tr>
  24. <tr><td>Password:</td> <td><input type="password" name="password" id="login"></td></tr>
  25. <tr><td>Staff-Id:</td> <td><input type="password" name="sid" id="login"></td></tr>
  26. </table>
  27. </td>
  28. <td>
  29. <input type="submit" name="login" id="log" value="Login"></td></tr>
  30. </form>
  31. </table>
  32.  
  33. <div class="info">
  34. <table width="100%" id="ci">
  35. <tr>
  36. <td align="left">Ip Address: <b>{ip}</b></td>
  37. <td align="right">Core: <input type="submit" value="MONDCMS" id="MOND" OnClick="location.href='http://Change.com'"></td>
  38. </tr>
  39. </table>
  40. </div>
  41. <div style="font-size:11px; margin:5px auto;">{acp_login}</div>
  42. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement