src/firefoxos/help/hsta.html

Tue, 30 Jul 2013 20:23:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 30 Jul 2013 20:23:00 +0200
changeset 13
deac632e477c
parent 11
698b4dda1f76
permissions
-rw-r--r--

Updated jQuery libs, adjusted sources accordingly, and bumped version.

michael@4 1 <!DOCTYPE html>
michael@4 2 <!--
michael@4 3 OTPWCalc - One time password challenge response calculator client
michael@4 4 Copyright © 2013 Michael Schloh von Bennewitz <michael@schloh.com>
michael@4 5
michael@4 6 OTPWCalc is free software: you can redistribute it and/or modify
michael@4 7 it under the terms of the European Union Public Licence, either
michael@4 8 version 1.1 of the license, or (at your option) any later version.
michael@4 9
michael@4 10 OTPWCalc is distributed in the hope that it will be useful,
michael@4 11 but WITHOUT ANY WARRANTY; without even the implied warranty
michael@4 12 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
michael@4 13 the European Union Public License for more details.
michael@4 14
michael@4 15 You should have received a copy of the European Union Public
michael@4 16 Licence along with OTPWCalc. If not, please refer to
michael@4 17 <http://joinup.ec.europa.eu/software/page/eupl/>.
michael@4 18
michael@4 19 This file is part of project OTWPCalc, a one time password challenge
michael@4 20 response calculator client and is found at http://otpwcalc.europalab.com/
michael@4 21
michael@4 22 hsta.html: W3C HTML implementation
michael@4 23 -->
michael@4 24
michael@4 25 <html>
michael@4 26 <head>
michael@4 27 <meta charset="utf-8">
michael@4 28 <meta name="viewport" content="width=device-width, initial-scale=1">
michael@4 29 <title>OTPWCalc</title>
michael@13 30 <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
michael@4 31 <link rel="stylesheet" href="../main.css" />
michael@13 32 <script src="../jquery.core/jquery-2.0.0.min.js"></script>
michael@4 33 <script src="help.js"></script>
michael@13 34 <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
michael@4 35 </head>
michael@4 36 <body>
michael@4 37 <!-- Data attributes reserved by JQuery Mobile:
michael@4 38 data-theme, data-ajax, data-filter, data-icon, data-grid,
michael@4 39 data-rel, data-icon, data-url, data-role, and data-type -->
michael@4 40 <!-- Also data-dom-cache="true" -->
michael@4 41 <div data-role="page" class="type-interior oc-swipage" id="standrfc">
michael@4 42 <div data-role="header" data-position="fixed" data-id="headrfc">
michael@4 43 <h1>OTPWCalc</h1>
michael@4 44 </div><!-- /header -->
michael@4 45 <div data-role="content">
michael@4 46 <div data-role="collapsible" data-allow-collapse="false" data-collapsed="false" data-expanded-icon="otpwcalc-document" data-theme="c" data-content-theme="d">
michael@4 47 <h1>Standards</h1>
michael@4 48 <p style="font-size: 1.1em; line-height: 125%;">This application implements<br />the following <strong>standards</strong>:</p>
michael@4 49 <ul>
michael@4 50 <li>
michael@6 51 <a target="_blank" href="//tools.ietf.org/html/rfc2289/">RFC 2289, A One-Time Password System</a>
michael@4 52 </li>
michael@4 53 </ul>
michael@4 54 </div><!-- /collapsible -->
michael@4 55 </div><!-- /content -->
michael@4 56 </div><!-- /page -->
michael@4 57 </body>
michael@4 58 </html>

mercurial