Explorar el Código

premier ajout

master
patient hace 3 años
padre
commit
7f9410b8d0
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. +17
    -0
      server.sh

+ 17
- 0
server.sh Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar