Compare commits

1 Commits
main ... main

Author SHA1 Message Date
9b429a2993 testuser à forké le projet 2026-08-29 12:00:22 +02:00
8 changed files with 1 additions and 24 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
.vscode
.env

View File

@@ -1 +1 @@
last test test
testuser reprend depuis le début après un fork du projet initial !

View File

View File

@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
youpi youpla
</body>
</html>

View File

View File

@@ -1,3 +0,0 @@
body {
background-color: red;
}

View File

@@ -1,5 +0,0 @@
<!DOCTYPE html>
<html>
<head><title>Test</title></head>
<body><h1>Test</h1></body>
</html>