13 lines
357 B
PHP
13 lines
357 B
PHP
<?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>
|