We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba1bb7 commit 4156b08Copy full SHA for 4156b08
Resources/views/error.html.php
@@ -4,6 +4,7 @@
4
<meta charset="<?= $this->charset; ?>" />
5
<meta name="robots" content="noindex,nofollow,noarchive" />
6
<title>An Error Occurred: <?= $statusText; ?></title>
7
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>">
8
<style><?= $this->include('assets/css/error.css'); ?></style>
9
</head>
10
<body>
0 commit comments