-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.04 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.04 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
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<html>
<head>
<title>Quoting Quotes!</title>
</head>
<body>
<div class="row">
<div class="container">
<img class="background-image" alt="Pic of the book" src="https://raw.githubusercontent.com/utkarshsingh99/Random-Quote-Generator/master/Open%20Book.png">
<div class="text-align limit" id="Author">Random<br>Inspirational<br>Quotes<br></div>
<div class="limit quote-align" id="quote"><span id="spanquote"></span>
</div>
</div>
</div>
<div class="row">
<a href="https://www.facebook.com/sharer/sharer.php?u=example.org" target="_blank"><button class="btn share-button">
Share on Facebook</button>
</a>
<a class="twitter-share-button"
href="https://twitter.com/intent/tweet?text=Hello%20world" target="blank" id="tweet"
data-size="large"><button class=" tweet share-button">
Tweet this Quote</button></a>
<button class="button" id="quote-changer">Next Quote
</button>
</div>
</body>
</html>