Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/testproject/
File Upload :
Current File : /home/dent/public_html/testproject/staff.php

<?php include "variables.php" ?>
<html>
<head>

    <link type="text/css" href="css/site.css" rel="stylesheet">
</head>
<body>
<div id="container">
    <div id="header">
        <?php include "header.php" ?>
    </div><!-- close header -->
    <div id="nav">
        <!-- nav contents -->
        <?php include "nav.php" ?>

    </div><!-- close nav -->

    <div class="content">

        <h3 class="center">Staff List</h3>

        <ul>
            <li>Patrick Dent</li>
            <!-- add more -->
        </ul>

    </div><!-- close content -->
    <div id="footer">
        <?php include "footer.php" ?>
    </div><!-- close footer -->
</div><!-- close container -->


</body>
</html>