Files
ebookm/examples/articles/notes.html
T
2026-05-25 17:05:15 +02:00

15 lines
386 B
HTML

<!doctype html>
<html>
<head>
<title>Working Notes</title>
<meta name="author" content="ebookm" />
<meta property="article:published_time" content="2025-01-11T00:00:00Z" />
</head>
<body>
<article>
<p>This second article links to the first one.</p>
<p><a href="https://example.com/intro">Go to the introduction</a></p>
</article>
</body>
</html>