Browse Source

premier ajout

master
patient 3 years ago
parent
commit
7f9410b8d0
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      server.sh

+ 17
- 0
server.sh View File

@@ -0,0 +1,17 @@
!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>my first web site</title>
</head>
<body>
<h1>Bienvenue sur mon site</h1>
<p>Lorem ipsum dolor sit amet consectetur.</p>

<?php
phpinfo();
?>

</body>
</html>

Loading…
Cancel
Save