diff options
Diffstat (limited to '')
| -rw-r--r-- | src/output/index.php | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/output/index.php b/src/output/index.php index 9f683d1..47d8843 100644 --- a/src/output/index.php +++ b/src/output/index.php @@ -1,11 +1,21 @@ <!DOCTYPE html> <html> <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta http-equiv='cache-control' content='no-cache'> + <meta http-equiv='expires' content='0'> + <meta http-equiv='pragma' content='no-cache'> + <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="color-scheme" content="light dark"> - <meta http-equiv="refresh" content="0; URL='https://youtu.be/XGxIE1hr0w4'" /> - <title>Art and Assets</title> + <link rel="icon" href="/img/site-icon.webp" type="image/x-icon"> + <link rel="stylesheet" href="/css/style.css"> + <title>error producing pdf</title> </head> <body> - <p>If you are not redirected, <a href="https://youtu.be/XGxIE1hr0w4">click here for folder contents</a>.</p> + <h1>error producing pdf</h1> + <div class="error-box"> + <p><strong>sorry, there was an error generating your pdf.</strong></p> + <p>please check your input and try again.</p> + </div> </body> </html> |
