-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML
More file actions
42 lines (42 loc) · 1.43 KB
/
HTML
File metadata and controls
42 lines (42 loc) · 1.43 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
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<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=Bonheur+Royale&display=swap" rel="stylesheet" />
</head>
<body>
<div class="main">
<div class="glow"></div>
<div class="stars"></div>
<div class="images"></div>
<div class="quote">
An Quote A Day Keeps An Existential Crisis At Bay!
</div>
<div class="box1">
<div class="quote2 bonheur-royale-regular">
✨ Quote Of Day ✨
</div>
<blockquote id="quote" class="blockquote">loading..</blockquote>
<!-- <span id="author" class= "blockquote">loading..</span> -->
</div>
<div class="buttonbox2">
<button class="button1 custom-button" onclick="getquote(api_url)">
NEW QUOTE
</button>
</div>
<div class="buttonbox2">
<h1 class="share">Share Here ↯ </h1>
<button class="twitter" onclick="tweet()"></button>
<button class="insta" onclick="insta()"></button>
<button class="fb" onclick="fb()"></button>
<button class="linkedin" onclick="li()"></button>
</div>
</div>
<script src="style.js"></script>
</body>
</html>