-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (117 loc) · 6.06 KB
/
Copy pathindex.html
File metadata and controls
123 lines (117 loc) · 6.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>USB4Car — Make Any USB Stick Play Your Music in the Car</title>
<meta name="description" content="USB4Car is a Windows app that prepares USB sticks so music plays in any car: right format, right files, one button. Free trial at usb4car.com.">
<link rel="icon" type="image/png" href="assets/logo.png">
<meta property="og:title" content="USB4Car — Make Any USB Stick Play Your Music in the Car">
<meta property="og:description" content="One button converts, cleans, copies and verifies your music so it plays in any car. Pay once, use it forever.">
<meta property="og:image" content="assets/usb4car-video.jpg">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "Inter", ui-sans-serif, system-ui, -apple-system,
"Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #f6f6f4; color: #171717; line-height: 1.6;
}
a { color: #4d7c0f; font-weight: 600; text-decoration: underline;
text-underline-offset: 2px; }
.wrap { max-width: 880px; margin: 0 auto; padding: 56px 20px 80px; }
.hero { text-align: center; margin-bottom: 48px; }
.hero img.logo { width: 88px; height: 88px; border-radius: 22%; }
h1 { font-size: clamp(30px, 5vw, 44px); letter-spacing: -0.03em;
line-height: 1.1; margin: 20px 0 14px; }
.sub { color: #6b7280; font-size: 18px; max-width: 620px; margin: 0 auto; }
.cta-row { display: flex; gap: 14px; justify-content: center;
flex-wrap: wrap; margin-top: 28px; }
.btn {
display: inline-block; border-radius: 9999px; padding: 14px 30px;
font-weight: 700; text-decoration: none; font-size: 16px;
}
.btn-lime { background: #a3e635; color: #1a2e05; }
.btn-dark { background: #171717; color: #fff; }
.shot { display: block; width: 100%; border-radius: 16px; margin: 40px 0;
box-shadow: 0 30px 60px -30px rgba(23,23,23,0.4),
0 0 0 1px rgba(0,0,0,0.06); }
h2 { font-size: 26px; letter-spacing: -0.02em; margin: 44px 0 14px; }
ul { padding-left: 22px; margin: 12px 0; }
li { margin-bottom: 8px; }
.card {
background: #fff; border-radius: 16px; padding: 26px 30px;
box-shadow: inset 0 0 0 1px #e5e7eb; margin: 18px 0;
}
.muted { color: #6b7280; font-size: 14px; }
footer { text-align: center; margin-top: 60px; color: #6b7280;
font-size: 14px; }
</style>
</head>
<body>
<div class="wrap">
<div class="hero">
<a href="https://usb4car.com"><img class="logo" src="assets/logo.png" alt="USB4Car logo"></a>
<h1>Make any USB stick play your music in the car.</h1>
<p class="sub">USB4Car is a Windows app that prepares USB sticks exactly
the way your car radio expects — right format, right files, verified
song by song. One button, no technical knowledge.</p>
<div class="cta-row">
<a class="btn btn-lime" href="https://usb4car.com/download">Download free trial</a>
<a class="btn btn-dark" href="https://usb4car.com">Visit usb4car.com</a>
</div>
</div>
<a href="https://usb4car.com">
<img class="shot" src="assets/usb4car-app.png"
alt="USB4Car dashboard showing vehicle, USB stick and music library"></a>
<h2>How it works</h2>
<div class="card">
<ul>
<li><strong>Pick your car</strong> — USB4Car knows what 9,000+ car
radios can play: formats, folder limits, quirks.</li>
<li><strong>Plug in any USB stick</strong> — checked instantly,
formatted the way your radio expects (handled for you).</li>
<li><strong>Press one button</strong> — incompatible songs converted,
duplicates removed, broken files skipped, missing titles repaired,
everything verified.</li>
</ul>
</div>
<h2>Watch it work</h2>
<p>From music folder to car-ready USB stick in 75 seconds:
<a href="https://www.youtube.com/watch?v=9meNxf6HQcw">watch the demo on
YouTube</a> or on <a href="https://usb4car.com/#video">usb4car.com</a>.</p>
<a href="https://www.youtube.com/watch?v=9meNxf6HQcw">
<img class="shot" src="assets/usb4car-video.jpg"
alt="USB4Car demo video"></a>
<h2>Fix your USB music problem right now</h2>
<p>Free guides that lead with the answer — no app needed:</p>
<div class="card">
<ul>
<li><a href="https://usb4car.com/problems/usb-not-recognized-in-car">USB not recognized in car</a></li>
<li><a href="https://usb4car.com/problems/best-usb-format-for-car-music">Best USB format for car music</a></li>
<li><a href="https://usb4car.com/problems/car-only-shows-some-songs">Car only shows some of my songs</a></li>
<li><a href="https://usb4car.com/problems/songs-play-in-wrong-order">Songs play in the wrong order</a></li>
<li><a href="https://usb4car.com/problems/no-compatible-music-files-found">“No compatible music files found”</a></li>
</ul>
<p class="muted">Car-specific guides:
<a href="https://usb4car.com/toyota/">Toyota</a> ·
<a href="https://usb4car.com/volkswagen/">Volkswagen</a> ·
<a href="https://usb4car.com/honda/">Honda</a> ·
<a href="https://usb4car.com/ford/">Ford</a> ·
<a href="https://usb4car.com/bmw/">BMW</a> ·
<a href="https://usb4car.com/hyundai/">Hyundai</a> ·
<a href="https://usb4car.com/help">all guides</a></p>
</div>
<h2>Pricing</h2>
<p><a href="https://usb4car.com/buy">$19.99, one time</a>. No subscription,
no account. Unlimited USB sticks, up to 3 computers, free updates for a
year, 14-day money-back guarantee. The
<a href="https://usb4car.com/download">free trial</a> has no time limit
and shows exactly what it would fix before you pay anything.</p>
<footer>
<a href="https://usb4car.com">usb4car.com</a> · © 2026 USB4Car ·
Pay once, keep it forever ·
<a href="https://usb4car.com/contact">Contact</a>
</footer>
</div>
</body>
</html>