nginx-app/public/index.html

22 lines
438 B
HTML
Raw Normal View History

2016-12-12 11:04:16 +00:00
<html>
<head>
<title> Nginx </title>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<div class="content">
<img src="logo.png" width="200px"/>
<h1> Nginx </h1>
2017-05-04 16:27:37 +00:00
<p>To get started, push some files to <tt>/app/data/public</tt> or edit <tt>/app/data/nginx.conf</tt>.</p>
2016-12-12 11:04:16 +00:00
<br/>
</div>
</div>
</body>
</html>