change text color

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

@ -2,7 +2,7 @@
<html> <html>
<body> <body>
<h1>Hello World! Hello World!</h1> <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> <script>
var date = document.lastModified; var date = document.lastModified;
document.write("Last Modified: "+date); document.write("Last Modified: "+date);

Loading…
Cancel
Save