Skip to content

Commit

Permalink
quote generator
Browse files Browse the repository at this point in the history
  • Loading branch information
RihannaP committed Jan 10, 2025
1 parent cf206b4 commit 6a3c685
Show file tree
Hide file tree
Showing 4 changed files with 5,906 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sprint-3/quote-generator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Title here</title>
<title>Quote generator app</title>
<link rel="stylesheet" href="style.css" />
<script defer src="quotes.js"></script>
</head>
<body>
<h1>hello there</h1>
<h1>Do you want to have some random Quotes!</h1>
<p id="quote"></p>
<p id="author"></p>
<button type="button" id="new-quote">New quote</button>
Expand Down
Loading

0 comments on commit 6a3c685

Please sign in to comment.