change text color

This commit is contained in:
mrtaxi 2021-02-05 20:42:23 +02:00 committed by GitHub
parent d6b5827aa0
commit 990bdc155a
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>This is a simple static website being served from Nginx running inside a Docker container!</p>
<p>style="color:red">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);