Advertisement
Guest User

indfex

a guest
Apr 21st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
  4. <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en"><![endif]-->
  5. <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9" lang="en"><![endif]-->
  6. <!--[if (IE 9)&!(IEMobile)]><html class="no-js lt-ie10" lang="en"><![endif]-->
  7. <!--[if gt IE 9]><!--><!-- x --> <html class="no-js" lang="en"> <!--<![endif]-->
  8. <head>
  9. <meta charset='UTF-8'>
  10. <title>RuneScape Log In</title>
  11. <meta name="viewport" content='width=device-width, initial-scale=1'>
  12. <meta name='description' content='Log in here to access your RuneScape account.'/>
  13. <meta name='author' content='Jagex'/>
  14. <meta http-equiv='X-UA-Compatible' content='IE=edge'>
  15. <link rel='dns-prefetch' href='//www.google-analytics.com' />
  16. <link rel='dns-prefetch' href='//ajax.googleapis.com' />
  17. <link rel='dns-prefetch' href='//connect.facebook.net' />
  18. <link rel='stylesheet' href='https://www.runescape.com/css/c/responsive/fonts-1.css' />
  19. <link rel='stylesheet' href='https://www.runescape.com/css/c/responsive/vendor-1.css' />
  20. <link rel='stylesheet' href='https://www.runescape.com/css/c/responsive/modules-4.css' />
  21. <link rel='shortcut icon' href='https://www.runescape.com/img/global/favicon.ico?1'>
  22. <link rel='apple-touch-icon' href='https://www.runescape.com/img/global/mobile.png?1'>
  23. <meta property='og:title' content='RuneScape Log In' />
  24. <meta property='og:site_name' content='RuneScape' />
  25. <meta property='og:image' content='https://www.runescape.com/img/microsite/social-share-fb.jpg' />
  26. <meta property='og:url' content='https://secure.runescape.com/m=weblogin/' />
  27. <meta property='og:description' content='Log in here to access your RuneScape account.' />
  28. <meta name='twitter:domain' content='RuneScape.com'>
  29. <meta name='twitter:url' content='https://secure.runescape.com/m=weblogin/'>
  30. <meta name='twitter:title' content='RuneScape Log In'>
  31. <meta name='twitter:description' content='Log in here to access your RuneScape account.'>
  32. <meta name='twitter:image:src' content='https://www.runescape.com/img/microsite/social-share.jpg'>
  33. <meta name='twitter:site' content='@RuneScape'>
  34. <meta name='google-site-verification' content='pUwl5KYHKSZ6tbbgsR2wYNv1kbVmsYral3iFmijHTWM' />
  35. <script type='text/javascript'>
  36. var _vis_opt_cookieDays = 1,
  37. _vwo_code=(function(){
  38. var account_id=54596,
  39. settings_tolerance=2000,
  40. library_tolerance=2500,
  41. use_existing_jquery=false,
  42. f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
  43. </script>
  44. <script type='text/javascript'>
  45. var googletag = googletag || {};
  46. googletag.cmd = googletag.cmd || [];
  47. (function() {
  48. var gads = document.createElement('script');
  49. gads.async = true;
  50. gads.type = 'text/javascript';
  51. var useSSL = 'https:' == document.location.protocol;
  52. gads.src = (useSSL ? 'https:' : 'http:') +
  53. '//www.googletagservices.com/tag/js/gpt.js';
  54. var node = document.getElementsByTagName('script')[0];
  55. node.parentNode.insertBefore(gads, node);
  56. })();
  57. </script>
  58. </head>
  59. <body class='login-page' id='login-page'>
  60. <main class='login-box login-box--weblogin'>
  61. <div class="login-box__container">
  62. <div class='login-logo'>
  63. <a href='http://www.runescape.com/community' id='rs-logo-home'>
  64. <img src='https://www.runescape.com/img/responsive/login/rs-logo.png' data-interchange='[https://www.runescape.com/img/responsive/login/rs-logo.png, small], [https://www.runescape.com/img/responsive/login/rs-logo@2x.png, retina]' alt="RuneScape Logo" title="RuneScape" />
  65. </a>
  66. </div>
  67. <form class='login-form' id='login-form' method='post' action='https://secure.runescape.com/m=weblogin/login.ws' data-abide novalidate>
  68. <label class='login-form__label'>Email / Username:
  69. <input class='login-form__text' type='text' name='username' id='login-username' maxlength='200' title="Enter your Email / Username:" value='' autofocus required />
  70. <span class='form-error'>
  71. This field is required.
  72. </span>
  73. </label>
  74. <label class='login-form__label'>Password:
  75. <input class='login-form__text' type='password' name='password' id='login-password' maxlength='20' title="Enter your password" required />
  76. <span class='form-error'>
  77. This field is required.
  78. </span>
  79. </label>
  80. <button class='login-form__submit' id='rs-login-submit' type='submit'>Log In</button>
  81. <input type='hidden' value='www' name='mod' data-abide-ignore>
  82. <input type='hidden' value='0' name='ssl' data-abide-ignore>
  83. <input type='hidden' value='community' name='dest' data-abide-ignore>
  84. </form>
  85. <div class='login-additional'>
  86. <a class='login-additional__cannot' href='https://www.runescape.com/cant_log_in' target='_parent' id='login-cannot'>Can't Log In?</a>
  87. <div class='login-social'>
  88. <div class='login-social__column'>
  89. <a href='#' id='facebooklogin' class='login-social__button login-social__button--facebook' target='_parent'>Log In</a>
  90. </div>
  91. <div class='login-social__column'>
  92. <a href='https://secure.runescape.com/m=sn-integration/google/gamelogin.ws?mod=www&amp;ssl=0&amp;dest=community' id='googlelogin' class='login-social__button login-social__button--google' target='_parent'>Log In</a>
  93. </div>
  94. </div>
  95. <span class='login-additional__not-registered'>Not registered?</span><br />
  96. <a class='login-additional__create' href='https://secure.runescape.com/m=account-creation/create_account' target='_parent' id='login-create'>Create an account</a>
  97. </div>
  98. </div>
  99. </main>
  100. <script type="text/javascript"> var PAGEGLOBALS = {
  101. FB: {
  102. appId: '174823375888281',
  103. checkLoginURL: 'https://secure.runescape.com/m=sn-integration/checkLogin.ws',
  104. pesterURL: '&amp;mod=sn-integration&amp;ssl=1&amp;dest=setlogin.ws?',
  105. fbURL: 'https://secure.runescape.com/m=sn-integration/facebook/gamelogin.ws',
  106. loginURL: 'https://secure.runescape.com/m=weblogin/login.ws',
  107. defaultDestURL: 'loginform.ws%3Fmod%3Dwww%26ssl%3D0%26dest%3Dcommunity',
  108. queryString: 'mod=weblogin&ssl=1&dest=loginform.ws%3Fmod%3Dwww%26ssl%3D0%26dest%3Dcommunity',
  109. scope: ''
  110. }
  111. };
  112. </script>
  113. <script>
  114. PAGEGLOBALS.FB.queryString = 'mod=www&amp;ssl=0&amp;dest=community';
  115. </script>
  116.  
  117.  
  118. <script>
  119. var RESPONSIVE = RESPONSIVE || {};
  120. RESPONSIVE.constant = {
  121. url: {
  122. home: 'http://www.runescape.com/community'
  123. }
  124. };
  125. </script>
  126. <script src='https://www.runescape.com/js/c/responsive/vendor-1.js'></script>
  127. <script src='https://www.runescape.com/js/c/responsive/modules-2.js'></script>
  128. <script>
  129. RESPONSIVE.load();
  130. </script>
  131. <script type="text/javascript" src="https://www.runescape.com/js/rs3/gtm-2.js"></script>
  132. <script>dataLayer.push({'event':'GAVirtualPageview','pagePath':''});</script>
  133. </body>
  134. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement