15 lines
354 B
HTML
15 lines
354 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>I'm a teapot · HTTP 418</title>
|
|
</head>
|
|
<body>
|
|
<h1>I'm a teapot</h1>
|
|
<p>
|
|
Your coffee cannot be brewed because this server is a teapot.
|
|
</p>
|
|
<small>HTTP <code>418</code></small>
|
|
</body>
|
|
</html>
|