13 lines
353 B
HTML
13 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{errorcode}} Error</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="css/style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<img src="https://http.cat/{{errorcode}}.jpg" alt="{{errorcode}} but its a cat">
|
|
</body>
|
|
</html>
|