Files
readur/test_files/sample.html
2025-07-10 21:51:30 +00:00

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>