This file is indexed.

/usr/share/doc/libplack-perl/examples/dot-psgi/static/index.html is in libplack-perl 1.0033-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<html>
<head>
<script src="/test.js"></script>
<link rel="stylesheet" href="/test.css" />
</head>
<body onload="alert('loaded')">
Hello
</body>
</html>