-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (63 loc) · 2.28 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>UpLift | Happy quotes</title>
<meta name="title" content="Uplift | Happy Quotes" />
<meta
name="description"
content="Uplifting and happy quotes to improve your day. Become positive, uplifting, and happy with these memorable quotes."
/>
<meta
name="keywords"
content="uplift, happy, quotes, meaning, ethics, inspiration, poems, poetry"
/>
<meta
itemprop="image"
content="https://uplift.now.sh/images/screenshot.png"
/>
<meta property="og:url" content="https://uplift.now.sh" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Uplift | Happy Quotes" />
<meta
property="og:description"
content="Uplifting and happy quotes to improve your day. Become positive, uplifting, and happy with these memorable quotes."
/>
<meta
property="og:image"
content="https://uplift.now.sh/images/screenshot.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Uplift | Happy quotes" />
<meta
name="twitter:description"
content="Uplifting and happy quotes to improve your day. Become positive, uplifting, and happy with these memorable quotes."
/>
<meta
name="twitter:image"
content="https://uplift.now.sh/images/screenshot.png"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Cutive+Mono"
rel="stylesheet"
type="text/css"
/>
<link rel="icon" type="image/png" href="images/heart128.png" />
</head>
<body>
<div class="display">
<div class="wrap">
<p class="quote"></p>
</div>
</div>
<p class="footer">
Click anywhere for a new quote -
<b><a href="https://github.com/dawsbot">A site by Dawson</a></b>
</p>
<img class="copy" rel="icon" type="image/svg" src="images/copy.svg" onclick="copyToClipboard()" />
</body>
<script type="text/javascript" src="quotes.js"></script>
</html>