PHP Classes

File: maintenance.php

Recommend this page to a friend!
  Classes of Brett Dutton   JackBooted PHP Framework   maintenance.php   Download  
File: maintenance.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: JackBooted PHP Framework
Web application framework using simplified MVC
Author: By
Last change:
Date: 8 years ago
Size: 375 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
    <HEAD>
        <title>Maintenance</title>
        <link type="text/css" rel="stylesheet" media="screen" href="style.css" />
    </HEAD>
    <body>
        <table width="100%" cellpadding="0" cellspacing="0">
            <tr><td>Site down for Maintenance</td></tr>
        </table>
    </body>
</HTML>