moodblog/templates/header.php

13 lines
363 B
PHP
Raw Normal View History

2022-11-17 18:23:43 +00:00
<?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>