12 lines
278 B
PHP
12 lines
278 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<title><?php echo $site ?> | <?php echo $title ?></title>
|
||
|
|
||
|
<link href="css/min.css" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|