DockerStaticSite/index.html
mrtaxi bb9b776ff6
Update index.html
change color to blue
2021-02-05 20:53:04 +02:00

12 lines
336 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>Hello World! Hello World!</h1>
<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);
</script>
</body>
</html>