timestamp was added
This commit is contained in:
parent
c73f35406e
commit
303a7bd0b8
12
index.html
12
index.html
@ -1,3 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
|
||||
<p>This is a simple static website being served from Nginx running inside a Docker container! Test webhook003022020_22_38</p>
|
||||
<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