1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
article_scraper/article_scraper/resources/tests/readability/js-link-replacement/source.html
Jan Lukas Gernert 4a7349a5fa add cli crate
2023-04-04 08:42:04 +02:00

14 lines
No EOL
209 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Replace javascript: links</title>
</head>
<body>
<a href="javascript:">
<p>abc</p>
<p>def</p>
ghi
</a>
</body>
</html>