Просмотр файла header.php

Размер файла: 776B
<?php
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Made by Mackler</title>
<style type="text/css">
body {
font-family:Georgia; font-size: 13px;
color:#000000;
background-color:#eeeeee;}
a:link { text-decoration: none;
        font-weight: bold;
        color : #000088 }
a:active { text-decoration: none;
          font-weight: bold;
          color : #000088 }
a:visited { text-decoration: none;
            font-weight: bold;
            color : #000088 }
a:hover { text-decoration: none;
           font-weight: bold;
          font-size: 14px; color : #ff2222 }
b {
color:#000000;
font-style:bold;}
</style>
</head>
<body>';
?>