created random quote generator
This commit is contained in:
14
c.html
Normal file
14
c.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Random Quote Generator</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Random Quote Generator</h1>
|
||||
<p id="quote"></p>
|
||||
<button onclick="generateQuote()">Generate Quote</button>
|
||||
<script src="c.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user