Deploy from Lumerel
This commit is contained in:
13
templates/about.php
Normal file
13
templates/about.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$pageTitle = 'About Us';
|
||||
$pageDescription = 'Learn more about our Simple Framework';
|
||||
?>
|
||||
<h1>About</h1>
|
||||
<p>This is a lightweight PHP framework designed for simplicity and ease of use.</p>
|
||||
<p>Key features:</p>
|
||||
<ul>
|
||||
<li>Simple routing</li>
|
||||
<li>Dynamic page templates</li>
|
||||
<li>Minimal configuration</li>
|
||||
<li>Clean, readable code</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user