Advertisement
Guest User

Untitled

a guest
Nov 26th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1.  
  2. <!DOCTYPE html><html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Auth</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="robots" content="noindex, nofollow">
  8.  
  9.  
  10. <link rel="stylesheet" href="/css/app.css?s=306957" />
  11.  
  12. <script src="https://www.google.com/recaptcha/api.js?render=6Ldgdu4ZAAAAALhx8h_cNQ49HsBhnh_CxkSZjEGm"></script> <script>
  13. setTimeout(function () {
  14. $('input:-webkit-autofill').each(function (i, el) {
  15. $(el).parent().addClass('is-filled');
  16. });
  17. }, 500);
  18.  
  19. grecaptcha.ready(function () {
  20. grecaptcha.execute('6Ldgdu4ZAAAAALhx8h_cNQ49HsBhnh_CxkSZjEGm', {action: 'login'}).then(function (token) {
  21. $('#captcha_token').val(token);
  22. });
  23. });
  24. </script>
  25.  
  26. <script>
  27. (function (w, d, s, l, i) {
  28. w[l] = w[l] || [];
  29. w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
  30. var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  31. j.async = true;
  32. j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  33. f.parentNode.insertBefore(j, f);
  34. })(window, document, 'script', 'dataLayer', 'GTM-N4BG36H');
  35. </script>
  36. </head>
  37. <body>
  38.  
  39. <noscript>
  40. <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4BG36H" 
height="0" width="0" style="display:none;visibility:hidden"></iframe>
  41. </noscript>
  42.  
  43.  
  44. <div class="text-center my-4">
  45. <a href="https://www.g-portal.com">
  46. <svg class="logo fill-brand"><use xlink:href="/img/icons.svg#logo"></use></svg> </a>
  47. </div>
  48. <p class="text-center lead my-4">
  49. </p>
  50.  
  51. <div class="container-fluid my-4">
  52. <div class="row justify-content-center">
  53. <div class="col content contentpanel p-4">
  54. <a href="/oauth/Facebook" class="btn btn-block btn-raised btn-social btn-social-facebook" type="socialButton">
  55. <svg class="icon fill-white"><use xlink:href="/img/icons.svg#facebook"></use></svg>
  56. Sign in with Facebook
  57. </a>
  58. <a href="/oauth/Google" class="btn btn-block btn-raised btn-social btn-social-google" type="socialButton">
  59. <svg class="icon fill-white"><use xlink:href="/img/icons.svg#google_plus"></use></svg>
  60. Sign in with Google
  61. </a>
  62. <a href="/oauth/TwitchTV" class="btn btn-block btn-raised btn-social btn-social-twitch" type="socialButton">
  63. <svg class="icon fill-white"><use xlink:href="/img/icons.svg#twitch"></use></svg>
  64. Sign in with Twitch
  65. </a>
  66. <form method="post" accept-charset="utf-8" action="/login"> <div class="form-group text"><label for="login" class="bmd-label-floating">Email or Username</label><input type="text" name="login" class="form-control" autocomplete="username" id="login" /></div> <div class="form-group password"><label for="password" class="bmd-label-floating">Password</label><input type="password" name="password" class="form-control" autocomplete="current-password" id="password" /></div>
  67. <div class="form-group">
  68. <div class="switch">
  69. <label>
  70. <input type="checkbox" name="rememberme" value="1">
  71. Stay signed in
  72. </label>
  73. </div>
  74. </div>
  75. <input type="hidden" name="captcha_token" class="form-control" id="captcha_token" /> <br>
  76. <div class="submit"><input type="submit" class="btn btn-block btn-raised btn-primary" value="Log in" /></div> </form>
  77. <p class="text-center mt-4">
  78. <a href="/recover" class="">Can&#039;t log in?</a> </p>
  79. </div>
  80. </div>
  81. </div>
  82. <p class="text-center mt-5">
  83. <a href="/register" class="">Sign up for a new account</a></p>
  84.  
  85. <div class="container footer">
  86. <div class="row justify-content-center">
  87. <div class="col-xs col-md-4">
  88. <a href="https://www.g-portal.com/imprint" class="nav-link">Imprint</a> </div>
  89. <div class="col-xs col-md-4">
  90. <a href="https://www.g-portal.com/terms" class="nav-link">Terms and Conditions</a> </div>
  91. <div class="col-xs col-md-4">
  92. <a href="https://www.g-portal.com/privacy" class="nav-link">Privacy Policy</a> </div>
  93. </div>
  94. <p class="meta text-center">
  95. &copy; 2020 OCIRIS GmbH
  96. </p>
  97. </div>
  98.  
  99. <script src="/js/app.js?s=189053"></script>
  100. <script>
  101. setTimeout(function () {
  102. $('input:-webkit-autofill').each(function (i, el) {
  103. $(el).parent().addClass('is-filled');
  104. });
  105. }, 500);
  106.  
  107. grecaptcha.ready(function () {
  108. grecaptcha.execute('6Ldgdu4ZAAAAALhx8h_cNQ49HsBhnh_CxkSZjEGm', {action: 'login'}).then(function (token) {
  109. $('#captcha_token').val(token);
  110. });
  111. });
  112. </script>
  113. </body>
  114. </html>
  115.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement