40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="redir.aspx.cs" Inherits="test_redir" Debug="true" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
<%--<script src="BackEnd/assets/vendor/jquery/jquery.min.js"></script>--%>
|
|
</head>
|
|
<body>
|
|
<%--<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
gtag('event', 'page_view', {
|
|
'send_to': '<%=url_googleAwConversionId%>',
|
|
'user_id': ''
|
|
});
|
|
|
|
setTimeout(function () {
|
|
document.location.href = "<%=public_url%>";
|
|
}, 1000);
|
|
});
|
|
</script>--%>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
</div>
|
|
</form>
|
|
|
|
<script type="text/javascript">
|
|
window.onload = function () {
|
|
dataLayer.push({ "event": "pageLoaded" });
|
|
setTimeout(function () {
|
|
document.location.href = "<%=public_url%>";
|
|
}, 550);
|
|
};
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|