You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
334 B
HTML

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