mirror of
https://github.com/readur/readur.git
synced 2025-12-30 11:00:17 -06:00
13 lines
387 B
HTML
13 lines
387 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sample HTML Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>Test HTML File</h1>
|
|
<p>This is a sample HTML document for testing format detection.</p>
|
|
<p>It contains multiple paragraphs and should be detected as HTML.</p>
|
|
</body>
|
|
</html> |