mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
12 lines
342 B
HTML
12 lines
342 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>500 Server error</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Server error</h1>
|
||
|
<p>Cake has experienced a terminal error and it cannot continue. Please check your web server configuration.</p>
|
||
|
</body>
|
||
|
</html>
|