This commit is contained in:
2025-11-16 02:42:20 +01:00
parent 40301a9bb9
commit add9f35413
11 changed files with 218 additions and 8 deletions

View File

@@ -1,3 +1,47 @@
<?php
echo "site in development";
?>
<!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>