Last active
March 4, 2016 13:55
-
-
Save pascalandy/a979aca4f1199d9c9347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> | |
<title>Docker nginx Tutorial</title> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Hello Digital Ocean</h1> | |
<p>This page is served within a container and maintained by Pascal A.n.d.y</p> | |
</div> | |
</body> | |
</html> |
Author
pascalandy
commented
Mar 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment