small node js tests

This commit is contained in:
hugogogo
2022-10-07 16:05:14 +02:00
parent f7af02450f
commit 0197339fb0
3 changed files with 54 additions and 1 deletions

View File

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