đŸĨ°MyWeb

Configuration

nano /var/www/myweb/index.html

<!DOCTYPE html>
<html>
<head>
    <title>Web Server Success</title>
</head>
<body>
    <h1 align="center">Selamat Datang di Website myweb.rizwanpemula.com</h1>
    <center><table border="1" cellpadding="10">
        <tr>
            <td>Nama</td>
            <td>Rizwan Fairuz Mamduh</td>
        </tr>
        <tr>
            <td>NIS</td>
            <td>12108740</td>
        </tr>
        <tr>
            <td>Rombel</td>
            <td>TJKT XII-I</td>
        </tr>
        <tr>
            <td>Rayon</td>
            <td>Cicurug 4</td>
        </tr>
    </table></center>
    <marquee direction="right">Konfigurasi Berhasil !!!</marquee>
    <h2 align="center">Kunjungi Website Lainnya:</h2>
    <ul align="center" style="list-style: none">
        <li><a href="http://static.rizwanpemula.com">Static</a></li>
        <li><a href="http://dinamis.rizwanpemula.com">Dinamis</a></li>
        <li><a href="http://dvwa.rizwanpemula.com">DVWA</a></li>
        <li><a href="http://wordpress.rizwanpemula.com">Wordpress</a></li>
    </ul>
</body>
</html>

Restart Apache2

systemctl restart apache2

Last updated