forgejo-pages/default-pages/404.html
2026-05-15 18:00:59 -03:00

25 lines
No EOL
874 B
HTML

<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Inspiran</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="main.css" rel="stylesheet">
</head>
<body>
<div id="everythingHelper">
<header>
<div>
<h1>Forgejo Pages</h1>
<a id="headerSubtitle"><i>Make any branch available to the internet!</i></a>
</div>
</header>
<div id="mainHelper">
<main>
<h1>404 Not Found</h1>
<p><b>The URL does not match any repository available in this instance of Forgejo Pages.</b><br>If you think this is a mistake, please contact the system administrator.</p>
</main>
</div>
</div>
</body>
</html>