viprogramm/project-lvl3-s71

View on GitHub
__tests__/fixtures/corrupted.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <script src="assets/not-exist-main.js"></script>
</head>
<body>
<p>Hello world!</p>
</body>
</html>