16 lines
433 B
HTML
16 lines
433 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Introduction</title>
|
|
<meta name="author" content="ebookm" />
|
|
<meta property="article:published_time" content="2025-01-10T00:00:00Z" />
|
|
<link rel="canonical" href="https://example.com/intro" />
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<p>This is the first article in the bundled example.</p>
|
|
<p>It demonstrates a local HTML source entry.</p>
|
|
</article>
|
|
</body>
|
|
</html>
|