-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotations.html
33 lines (32 loc) · 997 Bytes
/
quotations.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<p>
Hello and welcome to my motivation page. As
<a href="http://www.brainyquote.com/quotes/authors/c/confucius.html"
>Confucius' quotes site</a
>
says:
</p>
<blockquote
cite="http://www.brainyquote.com/quotes/authors/c/confucius.html"
>
<p>It does not matter how slowly you go as long as you do not stop.</p>
</blockquote>
<p>
I also love the concept of positive thinking, and
<q cite="http://example.com/affirmationsforpositivethinking">
The Need To Eliminate Negative Self Talk </q
>(as mentioned in
<a href="http://example.com/affirmationsforpositivethinking"
><cite>Affirmations for Positive Thinking.</cite></a
>)
</p>
</body>
</html>