502.html

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

HTML
23
字号
<html>

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

<p><font face="Verdana"><strong>502 Bad Gateway</strong></font></p>

<p><small><font face="Verdana">The server, while acting as a gateway or proxy, received an
invalid response from the upstream server it accessed in attempting to fulfill the
request.</font></small></p>

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

⌨️ 快捷键说明

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