Skip to content

Commit 2e98f25

Browse files
committed
feat: add app-ads.txt and landing page for AdMob verification
0 parents  commit 2e98f25

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

app-ads.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-4927026308242118, DIRECT, f08c47fec0942fa0

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>App Develop SK</title>
7+
<style>body { font-family: sans-serif; text-align: center; padding: 60px; color: #333; }</style>
8+
</head>
9+
<body>
10+
<h1>App Develop SK</h1>
11+
<p>Mobile app developer.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)