PHP Classes

File: pages/about.php

Recommend this page to a friend!
  Classes of Adrian M   PHP Routing without a Framework   pages/about.php   Download  
File: pages/about.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Routing without a Framework
Register functions to handle HTTP requests by path
Author: By
Last change:
Date: 1 year ago
Size: 167 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>About Page</title>
</head>
<body>
    <h1>About Us</h1>
    <p>Learn more about our company and our team.</p>
</body>
</html>