Source Code: Nofoaiga Sofala

<!DOCTYPE html>

<html lang="en">
    
    <head>
        <meta charset="utf-8">
        <title>My First Website</title>
    </head>

    <body>

        <h1>My First Website</h1>
   
        <nav>
            <a href="index.html">Home</a>
            <a href="more.html">More</a>
        </nav>

        <h2>A Website about me...</h2>

        <h3>A little about me</h3> 

        <p>I am a student of <a href="https://www.tbc.school.nz/" target="_Blank">Tauranga Boys Colllege</a> 15 years old.
            <br>I live in Te puna but go to TBC cause it's the best school in Tauranga.
            <br>I like KFC and Watermelon if you dont then we can't be FRIENDS!.
        </p>

        <h2>Things that I like!</h2>

        <ol>
            <li>Playing R6</li>
            <li>Eating</li>
            <li>NRL</li>
        </ol>
        <a href="https://www.penrithpanthers.com.au/" target="_Blank"> <img src="Images/Stadium.jpg" width="400px"></a>
        

        <h2>Things that I dont like?</h2>

        <ul>
            <li>Not having fun</li> 
            <li>Washing the Dishesh</li>
            <li>Not able to go swimming, injury, sick, Or just not able to go</li>
            <li>Annoying little brother</li>
        </ul>

        <img src="Images/dirty-dishes-in-the-sink_hnhnddxze_thumbnail-1080_01.png" width="400px"> 

        <footer>
            &copy; Nofoaiga.sofala 2025
        </footer>

   </body>

</html>