-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
28 lines (24 loc) · 931 Bytes
/
blog.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
<!DOCTYPE html>
<html>
<head>
<title>Goodreads Quotes</title>
<style>
* {
font-size: 1.5rem;
}
</style>
</head>
<body>
<h1>Goodreads Quotes</h1>
<div id="click-quote" style="border: 2px solid #EBE8D5; border-radius:10px; padding: 0px 7px 0px 7px;">
<h3><a href="https://www.goodreads.com/user/show/5949215-becca"
style="text-decoration: none;color:#aaa;font-family:georgia,serif;font-style:italic;"
rel="nofollow">Becca’s quotes</a></h3><br />
<div id="gr_quote_body"></div>
<script src="https://www.goodreads.com/quotes/widget/5949215-becca?v=2" type="text/javascript"></script>
<div style="text-align: right;"><a href="https://www.goodreads.com/quotes"
style="color: #382110; text-decoration: none; font-size: 10px;" rel="nofollow">Goodreads Quotes</a>
</div>
</div>
</body>
</html>