aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/php-project/src/index.php
blob: 54d36eefa3c764c149d64f7a8edee87a5c9a0b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
<head>
  <title>Index</title>
  <style>
  /* S4658 empty block */
  p { }
  </style>
</head>
<body>
  <?= "Hello World!" ?>
</body>
</html>