double hello world

This commit is contained in:
mrtaxi 2021-02-05 19:23:38 +02:00 committed by GitHub
parent ec19e8bc5b
commit d6b5827aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World! Hello World!</h1>
<p>This is a simple static website being served from Nginx running inside a Docker container!</p> <p>This is a simple static website being served from Nginx running inside a Docker container!</p>
<script> <script>
var date = document.lastModified; var date = document.lastModified;