changed title to only the error code
parent
57aed9211e
commit
a5f50ddcb5
10
index.php
10
index.php
|
@ -15,7 +15,15 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Error <?=$code?></title>
|
<title>
|
||||||
|
<?php
|
||||||
|
echo strtoupper(
|
||||||
|
$number[ $code[ 0 ] ]
|
||||||
|
. ' ' . $number[ $code[ 1 ] ]
|
||||||
|
. ' ' . $number[ $code[ 2 ] ]
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</title>
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face{
|
@font-face{
|
||||||
|
|
Loading…
Reference in New Issue