diff options
Diffstat (limited to 'its/plugin/projects/issues-project/src/file5.htm')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file5.htm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/its/plugin/projects/issues-project/src/file5.htm b/its/plugin/projects/issues-project/src/file5.htm new file mode 100644 index 0000000..8cb86d7 --- /dev/null +++ b/its/plugin/projects/issues-project/src/file5.htm @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>Page Title</title> + <style> +b a { + color: pink;; /* S1116 | no-extra-semicolons */ +} + </style> +</head> +<body> +</body> +</html> |
