aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/metrics-project/src/file4.html
blob: 499a20b568b63a70e4d4ad848a3b7aa5ee406b3f (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>Example</title>
<style>
p {
  font-size: 5vw;
  padding: 0 5vw;
  line-height: 1.8em;
  }
</style>
<p>Hello World!</p>