Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/acad275_2024/
File Upload :
Current File : /home/dent/public_html/acad275_2024/hello.html

<html>
    <head>
        <title>my first web page</title>
        <style>
            body { 
                background-color:#007bff; color:#78ebdf;
            }
        </style>
    </head>
    <body>
        <h1>this is my first aad275 page</h1>

        <!-- headings are block tags -->

        <strong>Hello</strong>     all!

        <hr>

            <img 
                src="dent.jpg"
                alt="picture of patrick dent"
            >
          <p>I play 
            <a
                href="http://espn.com/nhl"
                target="_blank"
            >
                hockey 
            </a>    
            and 
            <a href="golf.html">golf</a>
            , I like to cook and hike, and my family likes dogs.</p>  

        <br>    

            Today I:
            <ul>
                <li>Walked for 1 hour</li>
                <li>Ate lunch</li>
                <li>Wrote a chapter</li>
            </ul>




            <audio controls="1" autoplay="1" loop="1"> <source type="audio/mpeg" src="https://www.mfiles.co.uk/mp3-downloads/moonlight-movement1.mp3">
            </audio> 
    </body>



</html>