aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/metrics-project/src/file4.html
diff options
context:
space:
mode:
Diffstat (limited to 'its/plugin/projects/metrics-project/src/file4.html')
-rw-r--r--its/plugin/projects/metrics-project/src/file4.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/its/plugin/projects/metrics-project/src/file4.html b/its/plugin/projects/metrics-project/src/file4.html
new file mode 100644
index 0000000..499a20b
--- /dev/null
+++ b/its/plugin/projects/metrics-project/src/file4.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<title>Example</title>
+<style>
+p {
+ font-size: 5vw;
+ padding: 0 5vw;
+ line-height: 1.8em;
+ }
+</style>
+<p>Hello World!</p>