aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-css-plugin/css-bundle/tests/fixtures/file.html
blob: 02e014f2bb9ee8caf5879f40afec926569373ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <title>Page Title</title>
  <style>
p {
}
  </style>
</head>
<body>
</body>
</html>