12 lines
154 B
PHP
12 lines
154 B
PHP
<?php
|
|
header( "HTTP/1.0 418 I'm a teapot" );
|
|
?>
|
|
<html lang="en">
|
|
<head>
|
|
<title>I'm a teapot</title>
|
|
</head>
|
|
<body>
|
|
<h1>I'm a teapot</h1>
|
|
</body>
|
|
</html>
|