Backend/20241205/head.php
2024-12-05 11:59:42 +01:00

14 lines
254 B
PHP

<!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>