diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/input/resources/favicon.ico (renamed from web/input/media/favicon.ico) | bin | 4286 -> 4286 bytes | |||
-rw-r--r-- | web/input/resources/github.png (renamed from web/input/media/github.png) | bin | 7927 -> 7927 bytes | |||
-rw-r--r-- | web/input/resources/plugins.css (renamed from web/input/media/plugins.css) | 0 | ||||
-rw-r--r-- | web/page.html | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/web/input/media/favicon.ico b/web/input/resources/favicon.ico index 76ae569..76ae569 100644 --- a/web/input/media/favicon.ico +++ b/web/input/resources/favicon.ico | |||
Binary files differ | |||
diff --git a/web/input/media/github.png b/web/input/resources/github.png index 1e19c21..1e19c21 100644 --- a/web/input/media/github.png +++ b/web/input/resources/github.png | |||
Binary files differ | |||
diff --git a/web/input/media/plugins.css b/web/input/resources/plugins.css index 552284f..552284f 100644 --- a/web/input/media/plugins.css +++ b/web/input/resources/plugins.css | |||
diff --git a/web/page.html b/web/page.html index eae4549..5aeb5b9 100644 --- a/web/page.html +++ b/web/page.html | |||
@@ -9,8 +9,8 @@ | |||
9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> | 9 | <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> |
10 | <meta name="description" content="{{ hx(page.description) }}" /> | 10 | <meta name="description" content="{{ hx(page.description) }}" /> |
11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> | 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> |
12 | <link href="media/plugins.css" rel="stylesheet" type="text/css" /> | 12 | <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> |
13 | <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | 13 | <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
14 | <script> | 14 | <script> |
15 | ! function (d, s, id) { | 15 | ! function (d, s, id) { |
16 | var js, fjs = d.getElementsByTagName(s)[0], | 16 | var js, fjs = d.getElementsByTagName(s)[0], |
@@ -29,7 +29,7 @@ | |||
29 | <div> | 29 | <div> |
30 | <a href="https://github.com/nagios-plugins"><img | 30 | <a href="https://github.com/nagios-plugins"><img |
31 | style="position: absolute; top: 0; right: 0; border: 0;" | 31 | style="position: absolute; top: 0; right: 0; border: 0;" |
32 | src="media/github.png" alt="Fork me on GitHub"/></a> | 32 | src="resources/github.png" alt="Fork me on GitHub"/></a> |
33 | </div> | 33 | </div> |
34 | <div id="menu">{% menu() %}</div> | 34 | <div id="menu">{% menu() %}</div> |
35 | <div id="breadcrumb">{{ breadcrumb() }}</div> | 35 | <div id="breadcrumb">{{ breadcrumb() }}</div> |