TD03 : Exercices
This commit is contained in:
12
pageCreator.php
Normal file
12
pageCreator.php
Normal 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>";
|
Reference in New Issue
Block a user