summary refs log tree commit diff stats
path: root/divs/head.php
blob: 61f6c422bfe4e23a9ec067da406d10748dfca644 (plain) (blame)
1
2
3
4
5
6
7
8
<head>
  <title><?php printf("%s - %s", $vdata[2], $wsdata[0]) ?></title>
  <meta name="description" content="<?php echo $wsdata[6] ?>" />
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="stylesheet" href="/theme/body-wrapper.css" type="text/css">
  <link rel="shortcut icon" href="/theme/favicon.ico" type="image/x-icon">
  <link rel="canonical" href="<?php echo $wsdata[1] ?>">
</head>