48 lines
1.3 KiB
PHP
48 lines
1.3 KiB
PHP
<!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 you’ll 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>
|