forked from utkarshsingh99/Random-Quote-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.15 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
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<html>
<head>
<<<<<<< HEAD
<title>utkarsh was here</title>
=======
<title>deepesh was there</title>
>>>>>>> cd14ccce77f1ed69a540c3ad4a60d7b684955bcc
</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>