aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/php-project/src/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'its/plugin/projects/php-project/src/index.php')
-rw-r--r--its/plugin/projects/php-project/src/index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/its/plugin/projects/php-project/src/index.php b/its/plugin/projects/php-project/src/index.php
new file mode 100644
index 0000000..54d36ee
--- /dev/null
+++ b/its/plugin/projects/php-project/src/index.php
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>Index</title>
+ <style>
+ /* S4658 empty block */
+ p { }
+ </style>
+</head>
+<body>
+ <?= "Hello World!" ?>
+</body>
+</html>