Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Oct 30, 2024
1 parent 5877a47 commit 51754bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="logo" href="Assets/sunrise.jpg">
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand All @@ -17,7 +18,7 @@ <h3>RANDOM QUOTE GENERATOR</h3>
</section>
<img src="Assets/sunrise.jpg">
<section>
<p>"Click the button below to generate a new quote. Let's make this quitw long so that we can see how this fits and all. IG the longest of the Quotes hsould be able to fit here, shouldn't they?"</p>
<p>"Get ready to be inspired! Click the button below to unveil a thought-provoking quote!"</p>
<p id="author">-Author</p>
</section>
<button type="button">GET A NEW QUOTE</button>
Expand Down

0 comments on commit 51754bc

Please sign in to comment.