-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 1.63 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>AmraniHub Developer Site</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Add Google Search Console verification meta tag here -->
<meta name="google-site-verification" content="cCIMnKuIAhwNXkwO-4US78Tn9bYDKxD3Z9uEAuxrSxY" />
<style>
body { font-family: Arial, sans-serif; margin: 40px; line-height: 1.6; }
h1 { color: #333; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
</head>
<body>
<h1>Developer website for AmraX app-ads.txt verification</h1>
<p>This is the official developer website for AmraX app monetization.</p>
<p><strong>Resources:</strong></p>
<ul>
<li><a href="app-ads.txt">app-ads.txt</a> - AdMob app-ads.txt configuration</li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
</ul>
<footer style="margin-top: 50px; padding: 20px 0; border-top: 1px solid #ccc;">
<p>
<a href="https://amranihub.github.io/developer-website/privacy.html" style="margin-right: 20px;">Privacy Policy</a>
<a href="https://amranihub.github.io/developer-website/terms.html">Terms of Service</a>
</p>
</footer>
</body>
</html>