login-template/web/error.html

13 lines
353 B
HTML
Raw Permalink Normal View History

2024-01-05 11:59:29 -08:00
<!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>