|
1 |
| -<!DOCTYPE html> |
2 |
| -<html lang="en"> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <title>RestDoc</title> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 |
| - <meta name="description" content="RestDoc - Documenting REST APIs"> |
8 |
| - <meta name="author" content=""> |
9 |
| - |
10 |
| - <!-- Le styles --> |
11 |
| - <link href="bootstrap/css/bootstrap.css" rel="stylesheet"> |
12 |
| - <link href="bootstrap/css/font-awesome.min.css" rel="stylesheet"> |
13 |
| - <style type="text/css"> |
14 |
| - body { |
15 |
| - padding-top: 20px; |
16 |
| - padding-bottom: 40px; |
17 |
| - } |
18 |
| - |
19 |
| - /* Custom container */ |
20 |
| - .container-narrow { |
21 |
| - margin: 0 auto; |
22 |
| - max-width: 700px; |
23 |
| - } |
24 |
| - .container-narrow > hr { |
25 |
| - margin: 30px 0; |
26 |
| - } |
27 |
| - </style> |
28 |
| - <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> |
29 |
| - |
30 |
| - <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> |
31 |
| - <!--[if lt IE 9]> |
32 |
| - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
33 |
| - <![endif]--> |
34 |
| - |
35 |
| - <!-- Fav and touch icons --> |
36 |
| - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/ico/apple-touch-icon-144-precomposed.png"> |
37 |
| - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/ico/apple-touch-icon-114-precomposed.png"> |
38 |
| - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/ico/apple-touch-icon-72-precomposed.png"> |
39 |
| - <link rel="apple-touch-icon-precomposed" href="bootstrap/ico/apple-touch-icon-57-precomposed.png"> |
40 |
| - <link rel="shortcut icon" href="bootstrap/ico/favicon.png"> |
41 |
| - </head> |
42 |
| - |
43 |
| - <body> |
44 |
| - |
45 |
| - <div class="container-narrow"> |
46 |
| - |
47 |
| - <div class="masthead"> |
48 |
| - <ul class="nav nav-pills pull-right"> |
49 |
| - <li><a href="index.html">Home</a></li> |
50 |
| - <li><a href="spec.html">Specification</a></li> |
51 |
| - <li><a href="tooling.html">Tooling</a></li> |
52 |
| - <li><a href="refs.html">References</a></li> |
53 |
| - <li class="active"><a href="contact.html">Contact</a></li> |
54 |
| - <li><a href="http://www.github.com/RestDoc" target="_blank">GitHub</a></li> |
55 |
| - </ul> |
56 |
| - <h3 class="muted">RestDoc</h3> |
57 |
| - </div> |
58 |
| - |
59 |
| - <hr> |
60 |
| - |
61 |
| - <h3>Contact</h3> |
62 |
| - |
63 |
| - <p>This specification and any related work is located at <a href="http://www.restdoc.org">http://www.restdoc.org</a> and <a href="https://github.com/RestDoc">https://github.com/RestDoc</a>. |
64 |
| - Discussion and help can be found on the RestDoc Google group located at <a href="https://groups.google.com/d/forum/restdoc">https://groups.google.com/d/forum/restdoc</a></p> |
65 |
| - |
66 |
| - <hr> |
67 |
| - |
68 |
| - <div class="footer"> |
69 |
| - <p>© RestDoc.org 2013 <a href="imprint.html">Imprint</a></p> |
70 |
| - <p><small>Using <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> and <a href="http://fortawesome.github.com/Font-Awesome">FontAwesome</a></small></p> |
71 |
| - </div> |
72 |
| - |
73 |
| - </div> <!-- /container --> |
74 |
| - </body> |
75 |
| -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>RestDoc</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta name="description" content="RestDoc - Documenting REST APIs"> |
| 8 | + <meta name="author" content=""> |
| 9 | + |
| 10 | + <!-- Le styles --> |
| 11 | + <link href="bootstrap/css/bootstrap.css" rel="stylesheet"> |
| 12 | + <link href="bootstrap/css/font-awesome.min.css" rel="stylesheet"> |
| 13 | + <style type="text/css"> |
| 14 | + body { |
| 15 | + padding-top: 20px; |
| 16 | + padding-bottom: 40px; |
| 17 | + } |
| 18 | + |
| 19 | + /* Custom container */ |
| 20 | + .container-narrow { |
| 21 | + margin: 0 auto; |
| 22 | + max-width: 700px; |
| 23 | + } |
| 24 | + .container-narrow > hr { |
| 25 | + margin: 30px 0; |
| 26 | + } |
| 27 | + </style> |
| 28 | + <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> |
| 29 | + <script> |
| 30 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 31 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 32 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 33 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 34 | + |
| 35 | + ga('create', 'UA-40427801-1', 'restdoc.org'); |
| 36 | + ga('send', 'pageview'); |
| 37 | + |
| 38 | + </script> |
| 39 | + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> |
| 40 | + <!--[if lt IE 9]> |
| 41 | + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
| 42 | + <![endif]--> |
| 43 | + |
| 44 | + <!-- Fav and touch icons --> |
| 45 | + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/ico/apple-touch-icon-144-precomposed.png"> |
| 46 | + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/ico/apple-touch-icon-114-precomposed.png"> |
| 47 | + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/ico/apple-touch-icon-72-precomposed.png"> |
| 48 | + <link rel="apple-touch-icon-precomposed" href="bootstrap/ico/apple-touch-icon-57-precomposed.png"> |
| 49 | + <link rel="shortcut icon" href="bootstrap/ico/favicon.png"> |
| 50 | + </head> |
| 51 | + |
| 52 | + <body> |
| 53 | + |
| 54 | + <div class="container-narrow"> |
| 55 | + |
| 56 | + <div class="masthead"> |
| 57 | + <ul class="nav nav-pills pull-right"> |
| 58 | + <li><a href="index.html">Home</a></li> |
| 59 | + <li><a href="spec.html">Specification</a></li> |
| 60 | + <li><a href="tooling.html">Tooling</a></li> |
| 61 | + <li><a href="refs.html">References</a></li> |
| 62 | + <li class="active"><a href="contact.html">Contact</a></li> |
| 63 | + <li><a href="http://www.github.com/RestDoc" target="_blank">GitHub</a></li> |
| 64 | + </ul> |
| 65 | + <h3 class="muted">RestDoc</h3> |
| 66 | + </div> |
| 67 | + |
| 68 | + <hr> |
| 69 | + |
| 70 | + <h3>Contact</h3> |
| 71 | + |
| 72 | + <p>This specification and any related work is located at <a href="http://www.restdoc.org">http://www.restdoc.org</a> and <a href="https://github.com/RestDoc">https://github.com/RestDoc</a>. |
| 73 | + Discussion and help can be found on the RestDoc Google group located at <a href="https://groups.google.com/d/forum/restdoc">https://groups.google.com/d/forum/restdoc</a></p> |
| 74 | + |
| 75 | + <hr> |
| 76 | + |
| 77 | + <div class="footer"> |
| 78 | + <p>© RestDoc.org 2013 <a href="imprint.html">Imprint</a></p> |
| 79 | + <p><small>Using <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> and <a href="http://fortawesome.github.com/Font-Awesome">FontAwesome</a></small></p> |
| 80 | + </div> |
| 81 | + |
| 82 | + </div> <!-- /container --> |
| 83 | + </body> |
| 84 | +</html> |
0 commit comments