/usr/share/doc/compass-fancy-buttons-plugin/examples/button-advanced.html is in compass-fancy-buttons-plugin 1.1.1~20110426-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 | <!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Fancy Buttons - Advanced Demo</title>
<link href="./stylesheets/button-advanced.css" media="screen, projection" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<link href='./stylesheets/ie6.css' rel='stylesheet' type='text/css' />
<![endif]-->
</head>
<body>
<h1>Fancy Buttons</h1>
<div>
<button>Fancy!</button>
</div>
</body>
</html>
|