source: trunk/MobileIndico/README.html@ 18645

Last change on this file since 18645 was 18645, checked in by tbretz, 9 years ago
An html interface to the documentation
File size: 1.4 KB
Line 
1<!DOCTYPE html>
2<head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <link rel="stylesheet" type="text/css" href="doc/style.css" />
5 <title>Mobile Indico</title>
6 <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
7 <script src="doc/marked.min.js"></script>
8<script>
9$('document').ready(function()
10{
11 jQuery.get("README.md", function(txt) { $('#text_body').html(marked(txt)); });
12});
13</script>
14
15</head>
16
17<body>
18 <div id="page">
19 <div id="pagetop">
20 <h1>Mobile Indico</h1>
21 <!--<div class="links">
22 <ul>
23 <li><a href="#">Home</a></li>
24 <li><a href="#">Products</a></li>
25 <li><a href="#">Services</a></li>
26 <li><a href="#">About</a></li>
27 <li><a href="#">Contact</a></li>
28 </ul>
29 </div>-->
30 </div>
31 <div id="header">
32 A mobile friendly way to display Indico timetables.
33 </div>
34
35 <div id="main" class="content">
36 <div class="content">
37 <div class="main_body">
38 <div id="text_body">
39 </div>
40 </div>
41 </div>
42 <div class="clear">&nbsp;</div>
43 </div>
44
45 <div id="footer">
46 <p>&copy; Thomas Bretz 2016</p>
47 </div>
48 </div>
49</body>
50
51</html>
Note: See TracBrowser for help on using the repository browser.