12 lines
174 B
PHP
12 lines
174 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><?=$code . ' - ' . $msg?></title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1><?=$code . ' ' . $msg?></h1>
|
|
</center>
|
|
<hr>
|
|
</body>
|
|
</html>
|