isidore/example/templates/header.html.php

8 lines
123 B
PHP
Raw Normal View History

2022-11-08 14:58:20 +00:00
<!DOCTYPE html>
<html>
<head>
<title><?= $title ?> | <?= $site_name?></title>
</head>
<body>
<h1><?= $title ?></h1>