diff options
Diffstat (limited to 'web/page.html')
| -rw-r--r-- | web/page.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/web/page.html b/web/page.html new file mode 100644 index 0000000..c0de871 --- /dev/null +++ b/web/page.html | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | <?xml version="1.0" encoding="{{ __encoding__ }}"?> | ||
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | ||
| 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | ||
| 4 | |||
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
| 6 | |||
| 7 | <head> | ||
| 8 | <title>Nagios Plugins - {{ hx(page.title) }}</title> | ||
| 9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> | ||
| 10 | <meta name="description" content="{{ hx(page.description) }}" /> | ||
| 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> | ||
| 12 | <link href="media/plugins.css" rel="stylesheet" type="text/css" /> | ||
| 13 | <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | ||
| 14 | </head> | ||
| 15 | |||
| 16 | <body> | ||
| 17 | <div> | ||
| 18 | <a href="https://github.com/nagios-plugins"><img | ||
| 19 | style="position: absolute; top: 0; right: 0; border: 0;" | ||
| 20 | src="media/github.png" alt="Fork me on GitHub"/></a> | ||
| 21 | </div> | ||
| 22 | <div id="menu">{% menu() %}</div> | ||
| 23 | <div id="breadcrumb">{{ breadcrumb() }}</div> | ||
| 24 | <div id="content">{{ __content__ }}</div> | ||
| 25 | <div id="footer"> | ||
| 26 | Copyright © {{ copyright_years(since=2013) }} | ||
| 27 | <a href="team.html">Nagios Plugins Development Team</a> | | ||
| 28 | <a href="impressum.html">Impressum</a><br /> | ||
| 29 | Nagios is a registered trademark of | ||
| 30 | <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>. | ||
| 31 | </div> | ||
| 32 | </body> | ||
| 33 | |||
| 34 | </html> | ||
