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