ajout dev docker

This commit is contained in:
EmmanuelTiamzon
2026-06-04 18:57:15 +02:00
parent 2d17b25873
commit d12a1adb6d
34 changed files with 1255 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Moi</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Emmanuel SRIVASTAVA-TIAMZON</h1>
<p>Petite modification ! (exo complémentaire)</p>
</body>
</html>
+1
View File
@@ -0,0 +1 @@
alert("Bienvenue");
+3
View File
@@ -0,0 +1,3 @@
h1 {
color: red;
}