mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
20 lines
527 B
HTML
20 lines
527 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Redirecting…</title>
|
|
<meta http-equiv="refresh" content="2;url=/" />
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body class="color-no-search">
|
|
<main class="wrap">
|
|
<section class="hero">
|
|
<p class="eyebrow">Not found</p>
|
|
<h1>Redirecting…</h1>
|
|
<p class="lede">Page not found. Taking you home.</p>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|