-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathwindows_download.html
More file actions
199 lines (166 loc) · 7.87 KB
/
windows_download.html
File metadata and controls
199 lines (166 loc) · 7.87 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
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<!-- =========================
CORE META (SEO + MOBILE) wf.msc
========================== -->
<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 Windows. Control Android with ADB Mode, mirror the screen, manage files, sync notifications, and use desktop multi-window.">
<meta name="keywords"
content="ADB Device Manager Windows download, scrcpy alternative Windows, Android to PC app, ADB tool for Windows, screen mirroring Windows">
<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-windows">
<!-- =========================
PAGE TITLE
========================== -->
<title>Download ADB Device Manager — Windows (EXE)</title>
<!-- =========================
OPEN GRAPH
========================== -->
<meta property="og:title" content="Download ADB Device Manager — Windows">
<meta property="og:description"
content="Download the Windows version of ADB Device Manager. Includes ADB Mode, screen mirroring, file manager, notifications, multi-window & more.">
<meta property="og:url" content="https://shrey113.github.io/Adb-Device-Manager-2/download-windows">
<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 — Windows">
<meta name="twitter:description"
content="Download the latest Windows EXE for ADB Device Manager and start controlling your Android device.">
<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 (Windows)",
"operatingSystem": "Windows",
"applicationCategory": "Utility",
"downloadUrl": "https://shrey113.github.io/Adb-Device-Manager-2/download-windows",
"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 Windows</h1>
<h2 class="hero-subtitle">Get started with Adb Device Manager</h2>
<p class="hero-description">Latest version for Windows 10/11 (64-bit)</p>
<!-- Download Buttons -->
<div class="cta-buttons">
<!-- Installer (.exe) -->
<a href="https://github.com/Shrey113/Adb-Device-Manager-2/releases/latest/download/ADB_Device_Manager_PC_Setup.exe"
class="btn btn-primary" aria-label="Download Installer">
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- File body -->
<path d="M6 2h8l4 4v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" stroke="currentColor"
stroke-width="1.8" stroke-linejoin="round" />
<!-- Fold -->
<path d="M14 2v4h4" stroke="currentColor" stroke-width="1.8" stroke-linejoin="round" />
<!-- Windows logo (4 squares) -->
<rect x="8" y="11" width="3" height="3" fill="currentColor" rx="0.5" />
<rect x="13" y="11" width="3" height="3" fill="currentColor" rx="0.5" />
<rect x="8" y="15" width="3" height="3" fill="currentColor" rx="0.5" />
<rect x="13" y="15" width="3" height="3" fill="currentColor" rx="0.5" />
</svg>
<span>Installer (.exe)</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>
</div>
<br>
<div class="download-info">
<p>Version: Latest</p>
<br>
<a class="links" target="_blank" href="docs/installation.html">Installation Guide</a>
<span style="margin: 0 8px; color: #9ca3af;">|</span>
<a class="links" href="index.html">Back to Home</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>