Размер файла: 821B
<?php
header('Content-type:text/html; charset=utf-8');
echo'<!DOCTYPE html>';
echo'<html lang="ru"><head>';
echo'<title>%TITLE%</title>';
echo'<meta charset="utf-8">';
echo'<style>';
include_once('style.css');
echo'</style>';
echo'<meta name="viewport" content="width=device-width, initial-scale=1">';
echo'<link rel="icon" type="image/png" href="/images/favicon.png">';
echo '<meta name="keywords" content="%KEYWORDS%">';
echo '<meta name="description" content="%DESCRIPTION%">';
echo'<meta name="generator" content="wap-motor">';
echo'</head><body>';
echo'<header><div class="a" id="up">
<a href="/index.php"><img src="'.BASEDIR.'images/logo.png" alt="wap"></a><br>
</div></header>';
if ($_SERVER['PHP_SELF']=='/index.php'){ }
else {
echo'';
}
echo'<main><div>';
include_once (BASEDIR."includes/isset.php");
?>