Files
usbcheck.it/public/index.php
2025-11-16 02:42:20 +01:00

48 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>usbcheck.it Coming Soon</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Inter:wght@300;400&display=swap" rel="stylesheet">
<!-- Main CSS -->
<link rel="stylesheet" href="css/comingsoon.css">
</head>
<body>
<div class="page">
<div class="glow"></div>
<main class="card">
<img
src="img/logo_slogan.png"
alt="usbcheck.it Test USB drives for fakes"
class="logo"
>
<h1>Coming soon.</h1>
<p class="lead">
Soon youll be able to verify if your USB drives are genuine
with quick online checks and deeper tests using our desktop tool.
</p>
<div class="pill-row">
<span class="pill pill-safe">Secure checks</span>
<span class="pill pill-size">Real capacity tests</span>
<span class="pill pill-fake">Detect fake USB sticks</span>
</div>
<p class="note">
This service is currently under development.
Stay tuned usbcheck.it will be online shortly.
</p>
</main>
</div>
</body>
</html>