File size: 357 Bytes
64ae41c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Error</title>
    <style>body { background-color: #121212; color: #ff5555; font-family: sans-serif; padding: 2rem; }</style>
</head>
<body>
    <h1>An Error Occurred</h1>
    <p>Could not load the feed. See server logs for details.</p>
    <pre>{{ error }}</pre>
</body>
</html>