31 lines
830 B
HTML
31 lines
830 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Black Hole Share - Error</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
|
|
<body class="view-page error-page">
|
|
<h1><a href="/" class="home-link">Black Hole Share</a> - Error</h1>
|
|
|
|
<div class="view-container">
|
|
<div class="content-area">
|
|
<div class="error-content">
|
|
<div class="error-code">404</div>
|
|
<p class="error-message">The page you're looking for vanished into the black hole.</p>
|
|
<div class="error-actions">
|
|
<a class="upload-btn action-btn" href="/">Go Home</a>
|
|
<a class="reset-btn action-btn" href="/stats">View Stats</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{FOOTER}}
|
|
</body>
|
|
|
|
</html>
|