15 lines
386 B
HTML
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>
|