aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/accessibility/test.html
blob: 66a417da417b107347004358b67707e2f381ceb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    <title>A title</title>
  </head>
  <body>
  <p>blah blah</p>
  <h1>A star</h1>
  <img src="star.jpeg" alt="foo">
  </body>
</html>