continue working ish
This commit is contained in:
parent
c3642676b2
commit
b22570c2e2
6 changed files with 175 additions and 0 deletions
12
data/demo-result.html
Normal file
12
data/demo-result.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue