/usr/share/ubiquity-slideshow/slides/index.html is in mythbuntu-live-autostart 0.69.
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <!DOCTYPE html>
<html lang="en">
<head>
<title>ubiquity-slideshow-mythbuntu</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-ca" />
<link href="link/general.css" rel="stylesheet" type="text/css" />
<base target="_blank" />
<script type="text/javascript" src="link-core/prototype.js"></script>
<script type="text/javascript" src="link-core/effects.js"></script>
<script type="text/javascript" src="link-core/fastinit.js"></script>
<script type="text/javascript" src="link-core/crossfade.js"></script>
<script type="text/javascript" src="directory.js"></script>
<script type="text/javascript" src="link-core/slideshow.js"></script>
</head>
<body>
<div id="container">
<div id="slideshow">
<!-- Slides go here. Simply place the following snippet
in the order you wish it to appear, replacing "MY SLIDE"
with the filename of your slide.
<div><a href="MY SLIDE" class="load"></a></div> -->
<div><a href="welcome.html" class="load"></a></div>
<div><a href="mcc.html" class="load"></a></div>
<div><a href="dyk1.html" class="load"></a></div>
<div><a href="repos.html" class="load"></a></div>
<div><a href="dyk2.html" class="load"></a></div>
<div><a href="updates.html" class="load"></a></div>
<div><a href="dyk3.html" class="load"></a></div>
<div><a href="documentation.html" class="load"></a></div>
</div>
</div>
<div id="debug-controls">
<input type="button" id="prev-slide" value="<"/>
<input type="text" id="current-slide" />
<input type="button" id="next-slide" value=">"/>
</div>
</body>
</html>
|