浏览代码

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>

正在加载...
取消
保存