slitaz-forge view usbkey/tail.php @ rev 489

Edit /arm/index.html
author Paul Issott <paul@slitaz.org>
date Sat Mar 29 19:01:02 2014 +0000 (2014-03-29)
parents 3400ef04250b
children 40ad99b9e839
line source
1 <!-- Start of footer and copy notice -->
2 <div id="copy">
3 <p>
4 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
5 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
6 </p>
7 <!-- End of copy -->
8 </div>
10 <!-- Bottom and logo's -->
11 <div id="bottom">
12 <p>
13 <a href="http://validator.w3.org/check?uri=referer"><img src="/static/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
14 </p>
15 <p>
16 <img src="#" id="qrcodeimg" alt="#" width="60" height="60"
17 onmouseover= "this.title = location.href"
18 onclick= "this.width = this.height = 300" />
19 <script type="text/javascript" src="/static/qrcode.js"></script>
20 <script type="text/javascript">
21 document.getElementById('qrcodeimg').src =
22 QRCode.generatePNG(location.href, {ecclevel: 'H'});
23 </script>
24 </p>
25 </div>
27 </body>
28 </html>