Advertisement
Mbie

COPAS

Mar 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>internet hotspot > login</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="pragma" content="no-cache" />
  6. <meta http-equiv="expires" content="-1" />
  7. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
  8. <style type="text/css">
  9. body {color: #737373; font-size: 10px; font-family: verdana;}
  10.  
  11. textarea,input,select {
  12. background-color: #FDFBFB;
  13. border: 1px solid #BBBBBB;
  14. padding: 2px;
  15. margin: 1px;
  16. font-size: 14px;
  17. color: #808080;
  18. }
  19.  
  20. a, a:link, a:visited, a:active { color: #AAAAAA; text-decoration: none; font-size: 10px; }
  21. a:hover { border-bottom: 1px dotted #c1c1c1; color: #AAAAAA; }
  22. img {border: none;}
  23. td { font-size: 14px; color: #7A7A7A; }
  24. </style>
  25.  
  26. </head>
  27.  
  28. <body>
  29. <div align="center">
  30. <a href="http://google.com/">Latviski</a>
  31. </div>
  32.  
  33. <table width="100%" style="margin-top: 10%;">
  34. <tr>
  35. <td align="center" valign="middle">
  36. LOGIN HOTSPOT MikroTik<br />
  37. <table width="280" height="280" style="border: 1px solid #cccccc; padding: 0px;" cellpadding="0" cellspacing="0">
  38. <tr>
  39. <td align="center" valign="bottom" height="175" colspan="2">
  40. <input type="hidden" name="dst" value="$(link-orig)" />
  41. <input type="hidden" name="popup" value="true" />
  42.  
  43. <table width="100" style="background-color: #ffffff">
  44. <tr><td align="right">login</td>
  45. <td><input style="width: 80px" name="username" type="text"/></td>
  46. </tr>
  47. <tr><td align="right">password</td>
  48. <td><input style="width: 80px" name="password" type="password"/></td>
  49. </tr>
  50. <tr><td>&nbsp;</td>
  51. <td><input type="submit" value="OK" /></td>
  52. </tr>
  53. </table>
  54. </td>
  55. </tr>
  56. <tr><td align="center"><a href="http://www.mikrotik.com" target="_blank" style="border: none;"><img src="download.jpg" alt="mikrotik" /></a></td></tr>
  57. </table>
  58.  
  59. <br /><div style="color: #c1c1c1; font-size: 9px">Powered by MikroTik RouterOS</div>
  60. </td>
  61. </tr>
  62. </table>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement