Skip to content

Commit

Permalink
Add the html directory for the compose example
Browse files Browse the repository at this point in the history
[refs #7b0eb8948cd9]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent 0605e1d commit 3bf0d0a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Binary file added compose_example/html/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions compose_example/html/css/style.css
@@ -0,0 +1,12 @@
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
text-align: center;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
}
14 changes: 14 additions & 0 deletions compose_example/html/index.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Welcome to nginx on Docker!</title>
</head>
<body>
<h1>Welcome to nginx on Docker!</h1>
<p>
If you see this page, the nginx web server runs inside a Docker container!
</p>
<img src="assets/logo.png">
</body>
</html>

0 comments on commit 3bf0d0a

Please sign in to comment.