augrinn/project-lvl3-s444

View on GitHub
__tests__/__fixtures__/pageWithAssets.html

Summary

Maintainability
Test Coverage
<html>
  <head>
    <link type="text/css" rel="stylesheet" href="/assets/style.css">
    <script type="text/javascript" src="/assets/script.js"></script>
    <title>Test</title>
  </head>
  <body>
    <img src="/assets/image.png">
  </body>
</html>