Update index.html

change color to blue
This commit is contained in:
mrtaxi 2021-02-05 20:53:04 +02:00 committed by GitHub
parent 990bdc155a
commit bb9b776ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);