You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
971 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found - {{.SiteName}}</title>
<link rel="icon" type="image/svg+xml" href="/static/GitCitadel_Icon_Gradient.svg">
<link rel="stylesheet" href="/static/css/main.css">
<link rel="stylesheet" href="/static/css/responsive.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="nav-container">
<a href="/" class="logo">
<img src="/static/GitCitadel_Icon_Gradient.svg" alt="GitCitadel Logo" class="logo-icon">
<span class="logo-text">{{.SiteName}}</span>
</a>
</div>
</nav>
</header>
<main class="error-page">
<h1>404</h1>
<p>The page you're looking for doesn't exist.</p>
<a href="/" class="btn">Go Home</a>
</main>
</body>
</html>