ihl/data/demo-result.html

13 lines
311 B
HTML
Raw Permalink Normal View History

2023-05-04 08:02:34 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 class="class">some content</h1>
<p>this is some text and contains <a href="https://example.com"></a> a link</p>
</body>
</html>