diff options
Diffstat (limited to 'divs/head.php')
-rw-r--r-- | divs/head.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/divs/head.php b/divs/head.php new file mode 100644 index 0000000..6b90913 --- /dev/null +++ b/divs/head.php @@ -0,0 +1,7 @@ +<head> + <title><?php printf("%s - %s", $vdata[2], $wsdata[0]) ?></title> + <meta name="description" content="<?php echo $wsdata[4] ?>" /> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/theme/body-wrapper.css"/> + <link rel="shortcut icon" href="/theme/favicon.ico" type="image/x-icon"> +</head> |