-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.18 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kalam&display=swap" rel="stylesheet">
<!-- <link href="./png/BMini2.png" rel="icon" type="image/png" > -->
<title>Random.Quote.Co</title>
</head>
<body>
<nav class="nav">
<div class="nav-div">Random.Quote.Co</div>
</nav>
<div class="main">
<div class="btn-div">
<h4>Quote Will Show Here 👇: </h4>
</div>
<div id="output"> </div>
<div> </div>
<button id="btn-click"> Click To Get it</button>
</div>
<footer class="footer-div">
<div class="footer-heading">About it</div>
<div class="about-text">Ramdom.Quote.CO Is Api Based Application which display Random Quote Getting From <a href="https://github.com/pprathameshmore/QuoteGarden" >QuoteGarden</a></div>
</footer>
<script src="app.js" type="text/javascript"></script>
</body>
</html>