PHP Classes

File: examples/sub/subsub/module/module.php

Recommend this page to a friend!
  Classes of afshin akhgar   Simple PHP Router Library   examples/sub/subsub/module/module.php   Download  
File: examples/sub/subsub/module/module.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Router Library
Route requests to different scripts based on URLs
Author: By
Last change: Update of examples/sub/subsub/module/module.php
Date: 1 year ago
Size: 370 bytes
 

Contents

Class file image Download
<html>
    <head>
        <title>afshin</title>
    </head>
    <style>
        .test{
            max-width: 40%;
            margin:4px auto;
            background-color:#e8e8e8;

            padding:20px;

            text-align: center;
            font-size:18px;
        }
    </style>
    <body>
        <div class="test">
            <code>
                This Is Sub Module
            </code>

            <img src="https://robohash.org/subModule" alt="subModule">
        </div>
    </body>
</html>