TheFakeHamma / random-quote-generator

Side project for fun
MIT License
0 stars 0 forks source link

Set Up Basic HTML Structure #2

Open TheFakeHamma opened 2 months ago

TheFakeHamma commented 2 months ago

Description:
Create an index.html file inside the frontend folder. Add the basic HTML structure for the Random Quote Generator.

Steps:

  1. Create an index.html file.
  2. Add a <div> with an id of quote-container.
  3. Inside the <div>, add a <p> with an id of quote for displaying the quote.
  4. Add a <button> with an id of new-quote and text "New Quote".
  5. Link a styles.css file and a script.js file.
flurkangencer commented 2 months ago

Done