mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-07 14:07:53 +08:00
13 lines
185 B
PHP
Executable File
13 lines
185 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Error</title>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<h1><?php echo $heading; ?></h1>
|
|
<?php //echo $message; ?>
|
|
</div>
|
|
</body>
|
|
</html>
|