File: index.html

package info (click to toggle)
libnginx-mod-http-fancyindex 1%3A0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: ansic: 1,296; sh: 588; awk: 36; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
	<head>
        <meta charset="utf-8" />
		<title>Index file test</title>
	</head>
	<body>
		This is <code>index.html</code>.
	</body>
</html>