First commit

This commit is contained in:
ASTIER Yann 2024-09-09 15:29:59 +02:00
parent d29e1c81ce
commit bda7717fcc
2 changed files with 16 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
#logs
logs.log
*.log
#temp
temp.tmp

10
public/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>