Skip to content

Commit

Permalink
Merge pull request #1031 from OhmRamwala/patch-1
Browse files Browse the repository at this point in the history
Create Index.html
  • Loading branch information
NitkarshChourasia authored Jan 12, 2024
2 parents 79052bb + 73e69ad commit 1e8fcb0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RandomQuotesGenerator/Index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Random Quote Generator</title>
</head>
<body>
<div class="container">
<h1>Random Quote Generator</h1>
<p id="quote">Click the button to get a random quote!</p>
<button id="generate">Generate Quote</button>
</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 1e8fcb0

Please sign in to comment.