timestamp was added
This commit is contained in:
parent
c73f35406e
commit
303a7bd0b8
14
index.html
14
index.html
@ -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…
Reference in New Issue
Block a user