http.cat
This commit is contained in:
parent
03cda97a0d
commit
d124907f47
|
@ -0,0 +1,12 @@
|
|||
<!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>
|
Loading…
Reference in New Issue