continue working ish

This commit is contained in:
Schrottkatze 2023-05-04 10:02:34 +02:00
parent c3642676b2
commit b22570c2e2
6 changed files with 175 additions and 0 deletions

12
data/demo-result.html Normal file
View file

@ -0,0 +1,12 @@
<!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>