-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathandroid_download.html
More file actions
188 lines (158 loc) · 7.3 KB
/
android_download.html
File metadata and controls
188 lines (158 loc) · 7.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<!-- =========================
CORE META (SEO + MOBILE)
========================== -->
<meta charset="UTF-8">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Description -->
<meta name="description"
content="Download ADB Device Manager for Android. Connect, sync notifications, mirror apps, control media, and manage your device on Windows using App Mode.">
<meta name="keywords"
content="ADB Device Manager Android download, Android app download, ADB app mode, Android PC integration, notifications sync, Android mirroring app">
<meta name="author" content="ADB Device Manager">
<meta name="robots" content="index, follow">
<!-- Canonical -->
<link rel="canonical" href="https://shrey113.github.io/Adb-Device-Manager-2/download-android">
<!-- =========================
PAGE TITLE
========================== -->
<title>Download ADB Device Manager — Android App (APK)</title>
<!-- =========================
OPEN GRAPH
========================== -->
<meta property="og:title" content="Download ADB Device Manager — Android App">
<meta property="og:description"
content="Get the latest ADB Device Manager Android app (APK). Enable App Mode features like calls, notifications, media control, and device sync.">
<meta property="og:url" content="https://shrey113.github.io/Adb-Device-Manager-2/download-android">
<meta property="og:type" content="website">
<meta property="og:image" content="https://shrey113.github.io/Adb-Device-Manager-2/images/app_png.png">
<meta property="og:site_name" content="ADB Device Manager">
<!-- =========================
TWITTER CARD
========================== -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Download ADB Device Manager — Android">
<meta name="twitter:description"
content="Download the ADB Device Manager Android APK and start syncing your phone with Windows.">
<meta name="twitter:image" content="https://shrey113.github.io/Adb-Device-Manager-2/images/app_png.png">
<!-- =========================
STRUCTURED DATA
========================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ADB Device Manager (Android)",
"operatingSystem": "Android",
"applicationCategory": "Utility",
"downloadUrl": "https://shrey113.github.io/Adb-Device-Manager-2/download-android",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
</script>
<!-- =========================
FAVICONS
========================== -->
<link rel="icon" href="images/app_png.png">
<link rel="apple-touch-icon" href="images/app_png.png">
<!-- =========================
PERFORMANCE + FONTS
========================== -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"
media="print" onload="this.media='all'">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</noscript>
<!-- Style -->
<link rel="stylesheet" href="pages/style.css">
</head>
<style>
body {
background: #f7f6f9;
height: 100vh;
overflow: hidden;
}
</style>
<body>
<!-- Video Background -->
<video class="video-background" autoplay muted playsinline>
<source src="images/index_main_page.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Content Overlay -->
<div class="content-overlay">
<!-- Main Content -->
<main class="main-content">
<!-- Hero Section -->
<section class="hero-section download-hero">
<div class="hero-content">
<!-- Main Text and Buttons -->
<article class="hero-text">
<h1 class="hero-title">Download for Android</h1>
<h2 class="hero-subtitle">Get started with Adb Device Manager</h2>
<p class="hero-description">Latest version for Android</p>
<!-- Download Button -->
<div class="cta-buttons">
<a href="https://github.com/Shrey113/Adb-Device-Manager-2/releases/latest/download/ADB_Device_Manager_Android_Installer.apk"
class="btn btn-primary" aria-label="Download for Android">
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="3" y="3" width="18" height="18" rx="2" stroke="currentColor" stroke-width="2" />
<path d="M8 8h8M8 12h8M8 16h5" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
</svg>
<span>Download .apk</span>
<svg class="download-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 5v12m0 0l-4-4m4 4l4-4M5 19h14" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<a href="index.html" class="btn btn-secondary" aria-label="Go Back Home">
<span>Back to Home</span>
</a>
</div>
<br>
<div class="download-info">
<p>Version: Latest | Size: 16.9MB</p>
<br>
<a class="links" target="_blank" href="docs/installation.html">Installation Guide</a>
</div>
</article>
</div>
<div class="device-float device-1">
<picture>
<source srcset="assets/devices_1_100.webp" type="image/webp">
<img src="assets/devices_1_400.webp" alt="device" width="105" height="105" loading="lazy">
</picture>
</div>
<div class="device-float device-2">
<picture>
<source srcset="assets/devices_2_100.webp" type="image/webp">
<img src="assets/devices_2_400.webp" alt="device" width="105" height="105" loading="lazy">
</picture>
</div>
<div class="device-float device-3">
<picture>
<source srcset="assets/devices_3_100.webp" type="image/webp">
<img src="assets/devices_3_400.webp" alt="device" width="105" height="105" loading="lazy">
</picture>
</div>
<div class="device-float device-4">
<picture>
<source srcset="assets/devices_4_100.webp" type="image/webp">
<img src="assets/devices_4_400.webp" alt="device" width="105" height="105" loading="lazy">
</picture>
</div>
<div class="device-float device-5">
<picture>
<source srcset="assets/devices_5_100.webp" type="image/webp">
<img src="assets/devices_5_400.webp" alt="device" width="105" height="105" loading="lazy">
</picture>
</div>
</section>
</main>
</div>
</body>
</html>