Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Just a moment please...</title>
  6. <meta name="description" content="">
  7. <meta name="robots" content="noindex, nofollow" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link href='https://fonts.googleapis.com/css?family=Roboto:100,300' rel='stylesheet' type='text/css'>
  10. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  11. <style>
  12. html, body {
  13. background: #212121;
  14. color: #FAFAFA;
  15. margin-top: 10%;
  16. font-family: 'Roboto'; }
  17.  
  18. img.brand {
  19. display: block;
  20. opacity: .95;
  21. max-height: 85px;
  22. margin: 0 auto;
  23. opacity: .80; }
  24.  
  25. h1.message {
  26. text-align: center;
  27. margin-top: 45px;
  28. font-weight: 100;
  29. font-size: 20px;
  30. text-transform: uppercase;
  31. opacity: .9;
  32. color: #E0E0E0;
  33. line-height: 30px; }
  34. h1.message a:link {
  35. text-decoration: none;
  36. color: #E0E0E0;
  37. font-weight: 300; }
  38.  
  39. span.loading {
  40. text-align: center;
  41. display: block;
  42. font-size: 45px;
  43. margin-top: 45px;
  44. color: rgba(250, 250, 250, 0.5);
  45. </style>
  46. </head>
  47. <body>
  48.  
  49. <div class="container">
  50. <div class="row">
  51. <div class="col-sm-12">
  52. <span class="loading">
  53. <a href="https://hammafia.com" target="_blank">
  54. <img src="https://cdn.discordapp.com/attachments/585900268189777924/646649819447951360/logo.gif" class="img-responsive brand" />
  55. </a>
  56. </span>
  57. </div>
  58. <div class="col-sm-12">
  59. <h1 class="message"><font color="#E0E0E0">Verifying your browser, please wait...</h1>
  60. </div>
  61. <div class="cf">
  62. ::IM_UNDER_ATTACK_BOX::
  63. </div>
  64. </div>
  65. </div>
  66.  
  67. <script>
  68. function load() {
  69. setTimeout(function() {
  70. $('span.loading').fadeOut('fast').fadeIn('fast');
  71. load();
  72. }, 0);
  73. }
  74.  
  75. load();
  76. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement