tests with express and nginx

This commit is contained in:
hugo gogo
2022-10-14 03:04:23 +02:00
parent 03bcfd2756
commit 87a7e75de1
426 changed files with 65383 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
<!Doctype html>
<html>
<head>
<title>my title</title>
<title>title</title>
</head>
<body>
<h1>my page</h1>
<h1>hello world</h1>
</body>
</html>