/usr/share/doc/compass-singularitygs-plugin/examples/float.html is in compass-singularitygs-plugin 1.6.2-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 10 11 12 13 14 15 16 17 18 | <!doctype html>
<html>
<head>
<title>Singularity HTML Demo</title>
<link rel="stylesheet" href="css/demo-float.css">
</head>
<body>
<div id="page">
<div id="foo"></div>
<div id="bar"></div>
<div id="baz"></div>
<div id="qux"></div>
<div id="waldo"></div>
<div id="garfield"></div>
</div>
</body>
</html>
|