Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Last active March 4, 2016 13:55
Show Gist options
  • Save pascalandy/a979aca4f1199d9c9347 to your computer and use it in GitHub Desktop.
Save pascalandy/a979aca4f1199d9c9347 to your computer and use it in GitHub Desktop.
<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>
@pascalandy
Copy link
Author

screenr 2016-03-04 at 8 55 25 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment