12 lines
295 B
PHP
12 lines
295 B
PHP
<?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>"; |