26 lines
750 B
HTML
26 lines
750 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:subLang="en" subLang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Love Sayings</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Each morning as I awaken your the reason I smile,<br>
|
|
Your the reason I love.<br><br>
|
|
|
|
<cite>Jerry Burton</cite></p>
|
|
|
|
<blockquote cite="http://www.lovelylovesayings.com">
|
|
<p>At the beginning and at the end of love,<br>
|
|
the two lovers are embarrassed to find themselves alone.<br><br>
|
|
|
|
La Bruyere</p>
|
|
<p><cite>Love Sayings</cite>Love Sayings</p>
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|
|
|