-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 959 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>MoonClerk</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8W7N4X6Q9J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('set', 'linker', { domains: ['moonclerk.com'] })
gtag('config', 'G-8W7N4X6Q9J', { debug_mode: true });
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css"
integrity="sha512-EZLkOqwILORob+p0BXZc+Vm3RgJBOe1Iq/0fiI7r/wJgzOFZMlsqTa29UEl6v6U6gsV4uIpsNZoV32YZqrCRCQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<p><a href="https://staging.moonclerk.com/pay/2pldayazkhq">Simple - Cross Domain Test (Linked)</a></p>
<p><a href="embedded.html">Simple - Cross Domain Test (Embedded)</a></p>
</body>
</html>