|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> |
| 3 | +<html class="no-js" lang="en" > |
| 4 | + |
| 5 | +<head> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <title>{% if page.title %}{{ page.title }} - {% endif %}wkhtmltopdf</title> |
| 9 | + |
| 10 | + <link rel="stylesheet" href="css/normalize.css"> |
| 11 | + <link rel="stylesheet" href="css/foundation.css"> |
| 12 | + |
| 13 | + <link rel="stylesheet" href="css/site.css"> |
| 14 | + |
| 15 | + <script src="js/vendor/modernizr.js"></script> |
| 16 | + |
| 17 | +</head> |
| 18 | +<body> |
| 19 | + |
| 20 | + <!-- Header and Nav --> |
| 21 | + |
| 22 | + <div id="header-row"> |
| 23 | + <div class="row"> |
| 24 | + <div class="large-5 columns"> |
| 25 | + <h1> |
| 26 | + <a href="index.html"><img src="images/logo.png" alt="wkhtmltopdf"></a> |
| 27 | + </h1> |
| 28 | + </div> |
| 29 | + <div class="large-7 columns"> |
| 30 | + <ul class="button-group right"> |
| 31 | + <li><a href="downloads.html" class="button">Downloads</a></li> |
| 32 | + <li><a href="docs.html" class="button">Docs</a></li> |
| 33 | + <li><a href="support.html" class="button">Support</a></li> |
| 34 | + <li><a href="https://github.com/wkhtmltopdf/wkhtmltopdf" class="button">Source</a></li> |
| 35 | + </ul> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + |
| 40 | + <!-- End Header and Nav --> |
| 41 | + |
| 42 | + <!-- Content --> |
| 43 | + |
| 44 | + <div class="row"> |
| 45 | + <div class="small-12 columns margin-top"> |
| 46 | + |
| 47 | + {{ content }} |
| 48 | + |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + |
| 52 | + <!-- End Content --> |
| 53 | + |
| 54 | + <!-- Footer --> |
| 55 | + |
| 56 | + <footer class="row"> |
| 57 | + <div class="large-12 columns"> |
| 58 | + <hr /> |
| 59 | + <div class="row"> |
| 60 | + <div class="large-8 columns">Project maintained by <a href="https://github.com/ashkulz">Ashish Kulkarni</a>, originally created by <a href="https://github.com/antialize">Jakob Truelsen</a>.</div> |
| 61 | + <div class="large-4 columns"> |
| 62 | + <ul class="inline-list right"> |
| 63 | + <li><a href="downloads.html">Downloads</a></li> |
| 64 | + <li><a href="docs.html">Docs</a></li> |
| 65 | + <li><a href="support.html">Support</a></li> |
| 66 | + <li><a href="https://github.com/wkhtmltopdf/wkhtmltopdf">Source</a></li> |
| 67 | + </ul> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </footer> |
| 72 | + |
| 73 | + <script src="https://code.jquery.com/jquery-2.1.0.min.js"></script> |
| 74 | + <script src="js/foundation.min.js"></script> |
| 75 | + <script> |
| 76 | + $(document).foundation(); |
| 77 | + </script> |
| 78 | +</body> |
| 79 | +</html> |
0 commit comments