283 lines
		
	
	
		
			8.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			283 lines
		
	
	
		
			8.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="en">
 | ||
|   <head>
 | ||
|     <meta charset="UTF-8" />
 | ||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | ||
|     <link rel="dns-prefetch" href="https://www.googletagmanager.com" />
 | ||
|     <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net" />
 | ||
| 
 | ||
|     <title>WebIP - 最佳最快的住宅代理</title>
 | ||
|     <meta
 | ||
|       name="description"
 | ||
|       content="WebIP是全球最快速的住宅代理,来自180+国家地区的1亿住宅IP"
 | ||
|     />
 | ||
| 
 | ||
|     <link
 | ||
|       href="/static/images/favicon.ico"
 | ||
|       rel="shortcut icon"
 | ||
|       type="image/x-icon"
 | ||
|     />
 | ||
|     <link rel="stylesheet" href="static/css/font.min.css?20250723" />
 | ||
| 
 | ||
|     <link rel="stylesheet" href="static/css/index.min3.css" />
 | ||
| 
 | ||
|     <script>
 | ||
|       const requestUrl = "http://192.168.2.22:8086/api/v1";
 | ||
|       const centerUrl = "https://dash.WebIP.com";
 | ||
|       const webDomain = "https://WebIP.com";
 | ||
|       const language = "zh";
 | ||
|     </script>
 | ||
|     <script src="static/js/jquery.min.js"></script>
 | ||
|     <script>
 | ||
|       !(function (f, b, e, v, n, t, s) {
 | ||
|         if (f.fbq) return;
 | ||
|         n = f.fbq = function () {
 | ||
|           n.callMethod
 | ||
|             ? n.callMethod.apply(n, arguments)
 | ||
|             : n.queue.push(arguments);
 | ||
|         };
 | ||
|         if (!f._fbq) f._fbq = n;
 | ||
|         n.push = n;
 | ||
|         n.loaded = !0;
 | ||
|         n.version = "2.0";
 | ||
|         n.queue = [];
 | ||
|         t = b.createElement(e);
 | ||
|         t.async = !0;
 | ||
|         t.src = v;
 | ||
|         s = b.getElementsByTagName(e)[0];
 | ||
|         s.parentNode.insertBefore(t, s);
 | ||
|       })(
 | ||
|         window,
 | ||
|         document,
 | ||
|         "script",
 | ||
|         "https://connect.facebook.net/en_US/fbevents.js"
 | ||
|       );
 | ||
|       fbq("init", "1453390052508918");
 | ||
|       fbq("track", "PageView");
 | ||
|     </script>
 | ||
|     <noscript
 | ||
|       ><img
 | ||
|         height="1"
 | ||
|         width="1"
 | ||
|         style="display: none"
 | ||
|         src="https://www.facebook.com/tr?id=1396455098066592&ev=PageView&noscript=1"
 | ||
|     /></noscript>
 | ||
|   </head>
 | ||
|   <body>
 | ||
|     <section>
 | ||
|       <div class="login_box">
 | ||
|         <div class="login_left">
 | ||
|           <div class="msg_list_box">
 | ||
|             <img class="logo" src="static/picture/login_logo.png?v=20250726" alt="logo" />
 | ||
|             <div class="title">
 | ||
|               <span>注册</span>
 | ||
|               <div class="lang_list">
 | ||
|                 <img
 | ||
|                   class="lang_icon"
 | ||
|                   src="static/picture/lang_icon1.png"
 | ||
|                   alt="icon"
 | ||
|                 />
 | ||
|                 <span> 中文简体 </span>
 | ||
|                 <img
 | ||
|                   class="select_icon"
 | ||
|                   src="static/picture/select.png"
 | ||
|                   alt="icon"
 | ||
|                 />
 | ||
|                 <div class="select_list">
 | ||
|                   <a href="sign-up.html"
 | ||
|                     ><span>英语</span
 | ||
|                     ><img src="static/picture/active.png" alt="icon"
 | ||
|                   /></a>
 | ||
|                   <a href="javascript:" class="active"
 | ||
|                     ><span>中文简体</span
 | ||
|                     ><img src="static/picture/active.png" alt="icon"
 | ||
|                   /></a>
 | ||
|                 </div>
 | ||
|               </div>
 | ||
|             </div>
 | ||
| 
 | ||
|             <p class="go_register">
 | ||
|               已经有账号? <a href="sign-in1.html">登录</a>
 | ||
|             </p>
 | ||
| 
 | ||
|             <!-- <div class="line">
 | ||
|               <p>或者 邮箱</p>
 | ||
|             </div> -->
 | ||
|             <div class="user_msg" id="login_email">
 | ||
|               <p>邮箱<span></span></p>
 | ||
|               <input type="text" />
 | ||
|               <span class="error_tip">此项必填</span>
 | ||
|             </div>
 | ||
|             <div class="user_msg" id="login_pwd">
 | ||
|               <p>密码<span></span></p>
 | ||
|               <div class="pwd_box">
 | ||
|                 <input type="password" />
 | ||
|                 <img id="eyeIcon" src="static/picture/pwd-1.png" alt="icon" />
 | ||
|                 <img
 | ||
|                   style="display: none"
 | ||
|                   src="static/picture/pwd-2.png"
 | ||
|                   alt="icon"
 | ||
|                 />
 | ||
|               </div>
 | ||
|               <span class="error_tip">此项必填</span>
 | ||
|             </div>
 | ||
| 
 | ||
|             <div class="user_msg" id="confirm_pwd">
 | ||
|               <p>确认密码<span></span></p>
 | ||
|               <div class="pwd_box">
 | ||
|                 <input type="password" />
 | ||
|                 <img id="confirmEyeIcon" src="static/picture/pwd-1.png" alt="icon" />
 | ||
|                 <img
 | ||
|                   style="display: none"
 | ||
|                   src="static/picture/pwd-2.png"
 | ||
|                   alt="icon"
 | ||
|                 />
 | ||
|               </div>
 | ||
|               <span class="error_tip">此项必填</span>
 | ||
|             </div>
 | ||
|             <div class="user_msg">
 | ||
|               <p>验证码<span></span></p>
 | ||
|               <div id="login-code" class="pwd_box">
 | ||
|                 <input type="text" style="width: 260px" />
 | ||
|                 <img
 | ||
|                   id="codeImg"
 | ||
|                   style="width: 114px; border-radius: 49px"
 | ||
|                   src="static/picture/code.png"
 | ||
|                   alt="icon"
 | ||
|                 />
 | ||
|               </div>
 | ||
|               <span class="error_tip">此项必填</span>
 | ||
|             </div>
 | ||
|             <!-- <div class="user_msg" id="keyword">
 | ||
|               <p>邀请码(可选)</p>
 | ||
|               <input type="text" />
 | ||
|               <span class="error_tip">此项必填</span>
 | ||
|             </div> -->
 | ||
|             <button class="login_btn">
 | ||
|               <span>注册</span>
 | ||
|               <div class="loading-mask">
 | ||
|                 <div class="loading-circle"></div>
 | ||
|               </div>
 | ||
|             </button>
 | ||
| 
 | ||
|             <p class="agreement">
 | ||
|               点击注册即代表同意
 | ||
|               <a href="terms-service.html" target="_blank">用户协议</a> 和
 | ||
|               <a href="privacy-policy.html" target="_blank">隐私政策</a>
 | ||
|             </p>
 | ||
|           </div>
 | ||
|         </div>
 | ||
|         <div class="login_right">
 | ||
|           <h1>最有性价比、最纯净的住宅代理</h1>
 | ||
|           <p>
 | ||
|             <img
 | ||
|               src="static/picture/selected.png"
 | ||
|               alt="selected"
 | ||
|             />住宅IP超过1亿
 | ||
|           </p>
 | ||
|           <p>
 | ||
|             <img
 | ||
|               src="static/picture/selected.png"
 | ||
|               alt="selected"
 | ||
|             />无限带宽、无限并发会话
 | ||
|           </p>
 | ||
|           <p>
 | ||
|             <img src="static/picture/selected.png" alt="selected" />流量永不过期
 | ||
|           </p>
 | ||
|           <p>
 | ||
|             <img
 | ||
|               src="static/picture/selected.png"
 | ||
|               alt="selected"
 | ||
|             />高隐匿高可用率超过99.9%
 | ||
|           </p>
 | ||
|           <div>
 | ||
|             <img class="signIp" src="static/picture/signIp.png" alt="" />
 | ||
|             <img class="signInco1" src="static/picture/signInco1.png" alt="" />
 | ||
|           </div>
 | ||
|         </div>
 | ||
|       </div>
 | ||
|     </section>
 | ||
| 
 | ||
|     <input type="hidden" id="language" value="zh" />
 | ||
|     <!-- global js -->
 | ||
|     <script src="static/js/cookie.js"></script>
 | ||
|     <script src="static/js/common.js?20250717"></script>
 | ||
|     <!-- Google tag (gtag.js) -->
 | ||
|     <script
 | ||
|       async
 | ||
|       src="https://www.googletagmanager.com/gtag/js?id=AW-11505915218"
 | ||
|     ></script>
 | ||
|     <script
 | ||
|       async
 | ||
|       src="https://www.googletagmanager.com/gtag/js?id=AW-11505915191"
 | ||
|     ></script>
 | ||
|     <script
 | ||
|       async
 | ||
|       src="https://www.googletagmanager.com/gtag/js?id=AW-17162872469"
 | ||
|     ></script>
 | ||
| 
 | ||
|     <script src="static/js/signup.js?20250717"></script>
 | ||
|     <script src="static/js/googlelogin.js"></script>
 | ||
| 
 | ||
|     <script>
 | ||
|       $(document).on("click", ".login_btn", function () {
 | ||
|         gtag_report_conversion();
 | ||
|         gtag_report_conversion1();
 | ||
|         gtag_report_conversion2();
 | ||
|       });
 | ||
|       function gtag_report_conversion(url) {
 | ||
|         var callback = function () {
 | ||
|           if (typeof url != "undefined") {
 | ||
|             window.location = url;
 | ||
|           }
 | ||
|         };
 | ||
|         gtag("event", "conversion", {
 | ||
|           send_to: "AW-11505915218/tAJJCNmDx_kZENKque4q",
 | ||
|           value: 1.0,
 | ||
|           currency: "USD",
 | ||
|           event_callback: callback,
 | ||
|         });
 | ||
|         return false;
 | ||
|       }
 | ||
|       function gtag_report_conversion1(url) {
 | ||
|         var callback = function () {
 | ||
|           if (typeof url != "undefined") {
 | ||
|             window.location = url;
 | ||
|           }
 | ||
|         };
 | ||
|         gtag("event", "conversion", {
 | ||
|           send_to: "AW-11505915191/-9HKCIHVmcsaELeque4q",
 | ||
|           value: 1.0,
 | ||
|           currency: "USD",
 | ||
|           event_callback: callback,
 | ||
|         });
 | ||
|         return false;
 | ||
|       }
 | ||
|       function gtag_report_conversion2(url) {
 | ||
|         var callback = function () {
 | ||
|           if (typeof url != "undefined") {
 | ||
|             window.location = url;
 | ||
|           }
 | ||
|         };
 | ||
|         gtag("event", "conversion", {
 | ||
|           send_to: "AW-17162872469/aTZaCLWoodcaEJXN8vc_",
 | ||
|           value: 1.0,
 | ||
|           currency: "USD",
 | ||
|           event_callback: callback,
 | ||
|         });
 | ||
|         return false;
 | ||
|       }
 | ||
|     </script>
 | ||
|     <script>
 | ||
|       window.dataLayer = window.dataLayer || [];
 | ||
|       function gtag() {
 | ||
|         dataLayer.push(arguments);
 | ||
|       }
 | ||
|       gtag("js", new Date());
 | ||
|       gtag("config", "AW-11505915218");
 | ||
|       gtag("config", "AW-11505915191");
 | ||
|       // fbq('track', 'Lead');
 | ||
|     </script>
 | ||
|   </body>
 | ||
| </html>
 |