mirror of
https://github.com/readur/readur.git
synced 2025-12-30 19:10:22 -06:00
16 lines
354 B
HTML
16 lines
354 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>HTML Test Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>HTML Test Page</h1>
|
|
<p>This document should be detected as HTML format.</p>
|
|
<p>It contains HTML markup and structure.</p>
|
|
<ul>
|
|
<li>List item one</li>
|
|
<li>List item two</li>
|
|
</ul>
|
|
</body>
|
|
</html> |