Update index.html
change color to blue
This commit is contained in:
parent
990bdc155a
commit
bb9b776ff6
@ -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…
Reference in New Issue
Block a user