/usr/share/libubuntuoneui/1/javascript/connecting.html is in libubuntuoneui-3.0-1 3.0.0-0ubuntu1.
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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <!doctype html>
<html>
<head>
<title>Connecting</title>
<link rel="stylesheet" href="reset.css" type="text/css" media="all">
<link rel="stylesheet" href="screen.css" type="text/css" media="all">
</head>
<body class="downloads">
<div id="header">
<div class="wrap">
<h1 id="logo">Ubuntu One Music Store</h1>
</div><!-- close .wrap -->
</div><!-- close #header -->
<div class="superfluous">
<div id="content">
<div class="access">
<h1>Connecting</h1>
<h2>Connecting you to the Ubuntu One Music Store...</h2>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="wrap">
</div>
</div>
</body>
</html>
|