500.html

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

HTML
22
字号
<html>

<head>
<title>Error 500</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 500</font></h2>

<p><font face="Verdana"><strong>500 Internal Server Error</strong></font></p>

<p><small><font face="Verdana">The Web server is incapable of performing the request.
Please try your request again later.</font></small></p>

<p><small><font face="Verdana">Please contact the Web server's administrator if this
problem persists.</font></small></p>
</body>
</html>

⌨️ 快捷键说明

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