Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


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

<html>
    <head>
        <title>This is my first page</title>
            <link rel="stylesheet" href="http://iyawebdev.com/acad275/assignment_files/tutorial.css">
        <style>
            /*                  RRGGBB
             0123456789
             0123456789abcdef 
            */
	       body {
	 	     background-color: peachpuff;
	 	     color: green;
	       }
        </style> 
    </head>
    <body>
        
        <h1>My name is <em>PatrickD</em></h1>
        
         <audio controls="1" autoplay="1" loop="1"> 
             <source type="audio/mpeg" src="https://www.mfiles.co.uk/mp3-downloads/moonlight-movement1.mp3">
        </audio>
I like the web sites:
        <a
           href="http://iyawebdev.com"
           target="_blank"
        >course site</a>,
        <a
           href="page2.html"
           target="_blank"
        >my second page</a>,
        
        <a href="https://www.espn.com/nhl/team/_/name/la/los-angeles-kings">KINGS SITE</a>
        
        
        
        <img 
            src="dent.jpg"
            alt="Picture of Professor Dent"
            class="picture"
            id="headshot"
        > 
        <!--  headshot of pd -->

        This is 
        my <strong>first</strong><br>
        <em>web</em> page
        
        <br><br>
        
        In my daily life I:
        <ul>
        
            <li>teach</li>
            <li>cook</li>
            <li>read</li>
        </ul>
            </body>

</html>