Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work for today #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 26, 2021

  1. updating our h1 tag with our name

    Ariel committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    18f6510 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    671059b View commit details
    Browse the repository at this point in the history
  2. <!DOCTYPE html>

    <html lang="en">
      <head>
        <meta charset="UTF-8" />
    
        <title>Hello World!</title>
      </head>
    
      <body>
        <h1>Panda Fan Site!</h1>
    
        <p>
          I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE PANDAS!!! I LOVE
          PANDAS!!!
        </p>
    
        <h2>Reasons I like Pandas</h2>
    
        <ul>
          <li>They are fuzzy</li>
    
          <li>They are cute</li>
          <li></li>
    
          <li>They are adorable</li>
          <li></li>
        </ul>
    
        <img
          src="http://images4.fanpop.com/image/photos/17800000/Cute-Panda-Cubs-Together-pandas-17838800-450-324.jpg"
          alt="Cute Pandas"
        />
    
        <br />
    
        <a href="http://www.pandafix.com/">PandaFix.com</a>
      </body>
    </html>
    DRockmore89 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9f73c7a View commit details
    Browse the repository at this point in the history