Update index.html

change color to blue
pull/7/head
mrtaxi 4 years ago committed by GitHub
parent 990bdc155a
commit bb9b776ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
<html>
<body>
<h1>Hello World! Hello World!</h1>
<p>style="color:red">This is a simple static website being served from Nginx running inside a Docker container!</p>
<p style="color:blue";>This is a simple static website being served from Nginx running inside a Docker container!</p>
<script>
var date = document.lastModified;
document.write("Last Modified: "+date);

Loading…
Cancel
Save