<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Authorship discovery test 2</title>
<link href="/assets/semantic.min.css" rel="stylesheet">
<link href="/assets/style.css" rel="stylesheet">
<link href="/assets/test.css" rel="stylesheet">
</head>
<body>
<div class="single-column explanation">
<section class="content">
<p>
The name of the author of this entry is <span class="answer">Homer</span>. His URL is <span class="answer"><code>https://en.wikiquote.org/wiki/Homer</code></span>,
he uses <span class="answer"><code>https://authorship.rocks/images/homer.jpg</code></span>
as his photo.
</p>
<p>
This page shows an <code>h-entry</code> with an embedded <code>h-card</code>
as it's <code>p-author</code> property.
</p>
</section>
</div>
<div class="post-container h-entry">
<div class="post-main">
<div class="left">
<div class="p-author h-card">
<a href="https://en.wikiquote.org/wiki/Homer" class="u-url">
<img src="/images/homer.jpg" class="u-photo" width="80">
<div class="p-name">Homer</div>
</a>
</div>
</div>
<div class="right">
<p class="p-name e-content">
Even in the house of Hades there is left something,
a soul and an image, but there is no real heart of life in it.
</p>
</div>
</div>
</div>
</body>
</html>