timestamp was added

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

@ -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>

Loading…
Cancel
Save