501.html

来自「這是Java寫的WebServer」· HTML 代码 · 共 20 行

HTML
20
字号
<html>

<head>
<title>Error 501</title>
<meta name="robots" content="noindex">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</head>

<body>

<h2><font face="Verdana">HTTP Error 501</font></h2>

<p><font face="Verdana"><strong>501 Not Implemented</strong></font></p>

<p><small><font face="Verdana">The Web server does not support the functionality required
to fulfill the request. Please check your URL for errors, and contact the Web server's
administrator if the problem persists.</font></small></p>
</body>
</html>

⌨️ 快捷键说明

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