langchain/docs/extras/integrations/document_loaders/example_data/fake-content.html

12 lines
141 B
HTML
Raw Normal View History

2023-02-07 06:21:16 +00:00
<!DOCTYPE html>
<html>
<head><title>Test Title</title>
</head>
2023-02-07 06:21:16 +00:00
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>