Files
BlogEngine/be_panel.php
T

16 lines
360 B
PHP

<?php
require "_config.php";
?>
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<title>Panel <?php echo BLOG_TITLE ?></title>
<link rel="stylesheet" href="vendor/blog-engine/blog.css" />
<script src="vendor/blog-engine/blog.js" defer></script>
</head>
<body>
</body>
</html>