Files
2026-04-28 15:13:50 +02:00

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>