PHP Classes

File: pages/contact.php

Recommend this page to a friend!
  Classes of Adrian M   PHP Routing without a Framework   pages/contact.php   Download  
File: pages/contact.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: 9 months ago
Size: 202 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Contact Page</title>
</head>
<body>
    <h1>Contact Us</h1>
    <p>Feel free to get in touch with us using the contact information provided.</p>
</body>
</html>