зеркало из https://github.com/mozilla/fxa.git
41 строка
1.2 KiB
HTML
41 строка
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="ltr" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Mozilla Accounts</title>
|
|
<meta name="description" content="" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=2,user-scalable=yes"
|
|
/>
|
|
<meta name="referrer" content="origin" />
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<link rel="stylesheet" href="styles/main.css" />
|
|
</head>
|
|
|
|
<body class="static">
|
|
<div id="fox-logo"></div>
|
|
<div id="stage">
|
|
<div id="main-content" class="card">
|
|
<header><h1 id="fxa-404-header">Page not found</h1></header>
|
|
<p class="fxa-404-p">
|
|
The page you requested is not found. We've been notified and will fix
|
|
any links that may be broken.
|
|
</p>
|
|
<div class="button-row">
|
|
<a href="/signup" class="button primary-button" id="fxa-404-home"
|
|
>Home</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a
|
|
id="about-mozilla"
|
|
rel="author"
|
|
target="_blank"
|
|
href="https://www.mozilla.org/about/?utm_source=firefox-accounts&utm_medium=Referral"
|
|
></a>
|
|
</body>
|
|
</html>
|