index.html

来自「又一个WAP连接邮件服务器的例子」· HTML 代码 · 共 14 行

HTML
14
字号
<html>
<head>
<title>System Tests</title>
</head>
<body>
<p><b>System test utilities</b></p>

<ul>
<li><a href="phptest.php">Test that PHP is installed</a></li>
<li><a href="phpversion.php">Test that we have the correct version of PHP and the correct libraries installed</a></li>
<li><a href="phpinfo.php">Get full details about your PHP installation</a></li>
</ul>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?