Files
nginx-proxy-manager/docker/rootfs/var/www/html/index.html
2021-06-14 19:45:28 +10:00

31 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Site not found :: Nginx Proxy Manager</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="bg-img1 size1 overlay1 p-t-24" style="background-image: url('images/bg.jpg');">
<div class="flex-w flex-sb-m p-l-80 p-r-74 p-b-175 respon5">
<div class="wrappic1 m-r-30 m-t-10 m-b-10">
<a href="#"><img src="images/logo.png" alt="Logo" class="logo-img"></a>
</div>
<div class="flex-w m-t-10 m-b-10">
<a href="https://github.com/jc21/nginx-proxy-manager" class="size3 flex-c-m how-social trans-04 m-r-6" title="Nginx Proxy Manager on Github"><i class="fa fa-github"></i></a>
<a href="https://nginxproxymanager.jc21.com" class="size3 flex-c-m how-social trans-04 m-r-6" title="Nginx Proxy Manager Website"><i class="fa fa-globe"></i></a>
</div>
</div>
<div class="flex-w flex-sa p-r-200 respon1">
<div class="p-t-34 p-b-60 respon3">
<p class="l1-txt1 p-b-10 respon2">This site is</p>
<h3 class="l1-txt2 p-b-45 respon2 respon4">not yet configured</h3>
</div>
</div>
</div>
</body>
</html>