12 lines
209 B
PHP
12 lines
209 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>RomHack Plaza</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bienvenue sur RomHack Plaza</h1>
|
|
<p>Le catalogue est en construction.</p>
|
|
</body>
|
|
</html>
|