Files
simple-framework-mvdryd/templates/about.php
2026-02-14 23:00:52 +00:00

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>