405.html
来自「這是Java寫的WebServer」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Error 405</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 405</font></h2>
<p><font face="Verdana"><strong>405 Method Not Allowed</strong></font></p>
<p><small><font face="Verdana">The method specified in the Request Line is not allowed for
the resource identified by the request. Please ensure that you have the proper MIME type
set up for the resource you are requesting.</font></small></p>
<p><small><font face="Verdana">Please contact the server's administrator if this problem
persists.</font></small></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?