mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
27 lines
840 B
HTML
27 lines
840 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>404 Not Found</title>
|
|
<link href="/bootstrap.min.css" rel="stylesheet">
|
|
<style>
|
|
.jumbotron {
|
|
margin-top: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<h1 class="text-center">404 Not Found</h1>
|
|
</div>
|
|
<p class="text-center">
|
|
<small>Powered by <a href="https://github.com/ZoeyVid/NPMplus" target="_blank">NPMplus</a>
|
|
</small>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|