14 lines
504 B
HTML
14 lines
504 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Contact the Author</title>
|
|
<link href="/tolkien-fan-club/index.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<article><div><h1>Contact the Author</h1><p><a href="/tolkien-fan-club/">< Back Home</a></p><p>Give me a call anytime to chat about Tolkien!</p><p><code>555-555-5555</code></p><p><b>"Váya márië."</b></p></div></article>
|
|
</body>
|
|
</html>
|