mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
13 lines
248 B
PHP
13 lines
248 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Donation ingestion failed</title>
|
|
</head>
|
|
<body>
|
|
<h1>Donation ingestion failed</h1>
|
|
<p>The donation ingestion script failed with this exception:</p>
|
|
<pre>
|
|
<?= $exception ?>
|
|
</pre>
|
|
</body>
|
|
</html>
|