moodblog/templates/header.php
2022-11-17 20:23:43 +02:00

13 lines
363 B
PHP

<?php include('config.php') ?>
<!DOCTYPE html>
<html lang="us">
<head>
<title><?php echo $short_blog_title; ?></title>
<meta charset="<?php echo $charset; ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="<?php echo $root."/css/".$style; ?>">
<style>
</style>
</head>
<body>