diff --git a/index3.html b/index3.html
new file mode 100644
index 0000000..cedf5cc
--- /dev/null
+++ b/index3.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+	<script async src='https://www.google-analytics.com/analytics.js'></script>
+	<script>
+		window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
+		ga('create', 'UA-134943215-2', 'auto');
+		ga('create', 'UA-155364301-1', 'auto', 'clientTracker');
+		ga('send', 'pageview');
+		ga('clientTracker.send', 'pageview');
+	</script>
+	<script async src="https://www.googletagmanager.com/gtag/js?id=AW-678006312"></script>
+	<script>
+		window.dataLayer = window.dataLayer || [];
+		function gtag() { dataLayer.push(arguments); }
+		gtag('js', new Date());
+
+		gtag('config', 'AW-678006312');
+	</script>
+	<script>
+		gtag('event', 'conversion', { 'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC' });
+	</script>
+	<meta charset="UTF-8">
+	<meta name="renderer" content="webkit">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
+	<meta name="description" content="">
+	<meta content="telephone=no" name="format-detection">
+	<meta name="wap-font-scale" content="no">
+	<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+	<meta name="apple-mobile-web-app-capable" content="yes">
+	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
+	<meta content="telephone=no" name="format-detection">
+	<script src="https://www.footseen.com/js/fsize.js"></script>
+	<link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
+	<link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111">
+	<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
+	<title>Footseen</title>
+</head>
+
+<body>
+	<div class="main">
+		<span class="langTitle"><img src="https://www.footseen.com/img/down2.png" />
+			<font></font>
+		</span>
+		<div class="langList">
+			<p data-lang="2">繁體中文</p>
+			<p data-lang="1">English</p>
+			<p data-lang="7">العربية</p>
+		</div>
+		<a class="topUp"></a>
+		<img src="https://footseen.com/img/new/text.png" class="mTextImg" />
+		<div class="iosDown heartbeat"></div>
+		<div style="display: none" class="layer-box">
+			<div class="googleDown"><img src="https://www.footseen.com/img/googleplay.png" /><span>Google play</span>
+			</div>
+			<div class="apkDown"><img src="https://www.footseen.com/img/andorid.png" /><span>APK</span></div>
+		</div>
+	</div>
+
+</body>
+<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
+<script src="https://www.footseen.com/js/new/lang.js"></script>
+<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
+<script type="text/javascript">
+	var ua = navigator.userAgent.toLowerCase();
+	var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
+
+	$(".iosDown").on("click", function () {
+		ga('send', 'event', {
+			eventCategory: 'andorid',
+			eventAction: 'click',
+			eventLabel: 'andorid'
+		});
+		ga('clientTracker.send', 'event', {
+			eventCategory: 'andorid',
+			eventAction: 'click',
+			eventLabel: 'andorid'
+		});
+		if (location.pathname == '/') {
+			var data = { 'icid': 'ftsgw' };
+			window.location.href = "apk";
+			// layer.open({
+			// 	type: 1,
+			// 	title: false,
+			// 	shadeClose: true,
+			// 	area: ["7.2rem", "6.98rem"],
+			// 	content: $(".layer-box"),
+			// })
+			// $(".googleDown").on("click", function () {
+			// 	copyText('footseen#ftsgp');
+			// 	setTimeout(function () {
+			// 		window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.club?id=com.footseen.live&hl=en_US&gl=US';
+			// 	}, 1000)
+
+			// })
+			// $(".apkDown").on("click", function () {
+			// 	window.location.href = "apk";
+			// })
+		} else {
+
+			gtag('event', 'conversion', {
+				'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC',
+				'event_callback': gtag_report_conversion('apk')
+			});
+		}
+	})
+
+	function gtag_report_conversion(url) {
+		setTimeout(function () {
+			window.location.href = 'apk';
+		}, 500)
+
+	}
+	$('.topUp').on('click', function () {
+		window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web&cidStr=h5_footseengw';
+	})
+
+	function copyText(text) {
+		var textarea = document.createElement("textarea");
+		var currentFocus = document.activeElement;
+		document.body.appendChild(textarea);
+		textarea.value = text;
+		textarea.focus();
+		if (textarea.setSelectionRange)
+			textarea.setSelectionRange(0, textarea.value.length);
+		else
+			textarea.select();
+		try {
+			var flag = document.execCommand("copy");
+		} catch (eo) {
+			var flag = false;
+		}
+		document.body.removeChild(textarea);
+		currentFocus.focus();
+		return flag;
+	}
+</script>
+
+</html>
\ No newline at end of file