coverage-crawler/tests/example_website/templates/index.html

17 строки
356 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>coverage-crawler example website</title>
</head>
<body>
i am a body
<div>i am the first div
<p>i am the first paragraph of the first div
</p>
<a href="https://google.com">i am the first link in the first div</a>
</div>
<div>i am the second div</div>
</body>
</html>