TD03 : Exercices

This commit is contained in:
jmd
2025-01-20 15:44:08 +01:00
commit fbfce8033a
5 changed files with 84 additions and 0 deletions

12
pageCreator.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
$pageContent = "<!DOCTYPE html>
<html lang='fr'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>TITRE DU DOCUMENT A CHANGER</title>
</head>
<body>
Bienvenue sur votre page personnelle
</body>
</html>";