timestamp was added

This commit is contained in:
mrtaxi 2021-02-05 16:37:41 +02:00 committed by GitHub
parent c73f35406e
commit 303a7bd0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,11 @@
<h1>Hello World!</h1> <!DOCTYPE html>
<html>
<p>This is a simple static website being served from Nginx running inside a Docker container! Test webhook003022020_22_38</p> <body>
<h1>Hello World!</h1>
<p>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>