Advertisement
noam76

index.php

May 14th, 2023
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- index.php -->
  3. <html>
  4. <head>
  5.     <link rel="stylesheet" type="text/css" href="style.css">
  6.     <title>Gestion des appartements</title>
  7. </head>
  8. <body>
  9.     <?php include 'menu.php'; ?>
  10.     <h1>Bienvenue dans la gestion des appartements</h1>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement