瀏覽代碼

premier ajout

master
patient 3 年之前
父節點
當前提交
7f9410b8d0
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. +17
    -0
      server.sh

+ 17
- 0
server.sh 查看文件

@@ -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…
取消
儲存