47 lines
2.0 KiB
HTML
47 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>MyAi.ro · Temporarily unavailable</title>
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<meta name="theme-color" content="#071326" />
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
<link rel="icon" type="image/png" href="/img/favicon-256.png" />
|
|
<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;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/myai.css" />
|
|
</head>
|
|
<body>
|
|
<div class="site-shell">
|
|
<main>
|
|
<section class="hero status-hero">
|
|
<div class="container">
|
|
<div class="status-card">
|
|
<a class="brand status-brand" href="/" aria-label="MyAi.ro home">
|
|
<span class="brand-mark">
|
|
<img src="/img/myai-logo.svg" alt="MyAi.ro">
|
|
</span>
|
|
<span>
|
|
<span class="brand-text">MyAi.ro</span>
|
|
<small>AI engineering showcase</small>
|
|
</span>
|
|
</a>
|
|
<span class="eyebrow">Temporarily unavailable</span>
|
|
<h1>The site is not available right now.</h1>
|
|
<p class="hero-text">
|
|
MyAi.ro is temporarily offline for maintenance.
|
|
We expect to be back shortly.
|
|
</p>
|
|
<p class="status-note">
|
|
<strong>RO:</strong> Site-ul nu este disponibil temporar. Vă mulțumim pentru răbdare.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html>
|