diff options
-rw-r--r-- | assets/img/apple-touch-icon/57x57.png | bin | 0 -> 833 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon/60x60.png | bin | 0 -> 858 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon/72x72.png | bin | 0 -> 998 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon/76x76.png | bin | 0 -> 1035 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon/precomposed.png | bin | 0 -> 1591 bytes | |||
-rw-r--r-- | assets/img/favicon/16x16.png | bin | 0 -> 343 bytes | |||
-rw-r--r-- | assets/img/favicon/196x196.png | bin | 0 -> 2513 bytes | |||
-rw-r--r-- | assets/img/favicon/32x32.png | bin | 0 -> 614 bytes | |||
-rw-r--r-- | assets/img/favicon/96x96.png | bin | 0 -> 1732 bytes | |||
-rw-r--r-- | template/page.phtml | 20 |
10 files changed, 20 insertions, 0 deletions
diff --git a/assets/img/apple-touch-icon/57x57.png b/assets/img/apple-touch-icon/57x57.png Binary files differnew file mode 100644 index 0000000..d8d7151 --- /dev/null +++ b/assets/img/apple-touch-icon/57x57.png diff --git a/assets/img/apple-touch-icon/60x60.png b/assets/img/apple-touch-icon/60x60.png Binary files differnew file mode 100644 index 0000000..235b879 --- /dev/null +++ b/assets/img/apple-touch-icon/60x60.png diff --git a/assets/img/apple-touch-icon/72x72.png b/assets/img/apple-touch-icon/72x72.png Binary files differnew file mode 100644 index 0000000..2aa2969 --- /dev/null +++ b/assets/img/apple-touch-icon/72x72.png diff --git a/assets/img/apple-touch-icon/76x76.png b/assets/img/apple-touch-icon/76x76.png Binary files differnew file mode 100644 index 0000000..95cee73 --- /dev/null +++ b/assets/img/apple-touch-icon/76x76.png diff --git a/assets/img/apple-touch-icon/precomposed.png b/assets/img/apple-touch-icon/precomposed.png Binary files differnew file mode 100644 index 0000000..605a37d --- /dev/null +++ b/assets/img/apple-touch-icon/precomposed.png diff --git a/assets/img/favicon/16x16.png b/assets/img/favicon/16x16.png Binary files differnew file mode 100644 index 0000000..2280e78 --- /dev/null +++ b/assets/img/favicon/16x16.png diff --git a/assets/img/favicon/196x196.png b/assets/img/favicon/196x196.png Binary files differnew file mode 100644 index 0000000..8eed3d7 --- /dev/null +++ b/assets/img/favicon/196x196.png diff --git a/assets/img/favicon/32x32.png b/assets/img/favicon/32x32.png Binary files differnew file mode 100644 index 0000000..108e846 --- /dev/null +++ b/assets/img/favicon/32x32.png diff --git a/assets/img/favicon/96x96.png b/assets/img/favicon/96x96.png Binary files differnew file mode 100644 index 0000000..70ba31b --- /dev/null +++ b/assets/img/favicon/96x96.png diff --git a/template/page.phtml b/template/page.phtml index 1cbd2c5..7c3d8ae 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -5,8 +5,28 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv='X-UA-Compatible' content='IE=edge'> + <title><?=h($title)?> - 31C3 Streaming</title> + <meta name="robots" content="index,follow" /> + <meta name="author" content="CCC" /> + <meta name="description" content="Video Live-Streaming vom 31C3" /> + <meta name="keywords" content="31C3, Hacking, Chaos Computer Club, Video, Media, Streaming, Hacker" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + + <link href="assets/img/apple-touch-icon/76x76.png" rel="apple-touch-icon" /> + <link href="assets/img/apple-touch-icon/76x76.png" rel="apple-touch-icon" sizes="76x76" /> + <link href="assets/img/apple-touch-icon/72x72.png" rel="apple-touch-icon" sizes="72x72" /> + <link href="assets/img/apple-touch-icon/60x60.png" rel="apple-touch-icon" sizes="60x60" /> + <link href="assets/img/apple-touch-icon/57x57.png" rel="apple-touch-icon" sizes="57x57" /> + + <link href="assets/img/favicon/196x196.png" rel="icon" type="image/png" /> + <link href="assets/img/favicon/196x196.png" rel="icon" type="image/png" sizes="196x196" /> + <link href="assets/img/favicon/96x96.png" rel="icon" type="image/png" sizes="96x96" /> + <link href="assets/img/favicon/32x32.png" rel="icon" type="image/png" sizes="32x32" /> + <link href="assets/img/favicon/16x16.png" rel="icon" type="image/png" sizes="16x16" /> + <base href="<?=h($baseurl)?>" /> <link type="text/css" rel="stylesheet" href="assets/css/lustige-styles.css" /> <link type="text/css" rel="stylesheet" href="assets/css/lib/font-awesome.min.css" /> |