Backend/20241205/head.php

14 lines
254 B
PHP
Raw Normal View History

2024-12-05 10:59:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>
<?php
echo $title;
?>
</h1>