DannyBen/bobkit

View on GitHub
examples/02_multiple_pages/output/cat-2.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<head>
  <title>Bobkit Example</title>
  <link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
  <header>
    <div class="container">
      Bobkit Example
    </div>
  </header>
  <div class="container">
    <div class="video">
      <iframe src="https://www.youtube.com/embed/MG8KADiRbOU"></iframe>
    </div>
  </div>
</body>