Add example file.
This commit is contained in:
7
example/templates/header.html.php
Normal file
7
example/templates/header.html.php
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?= $title ?> | <?= $site_name?></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1><?= $title ?></h1>
|
Reference in New Issue
Block a user