summary refs log tree commit diff stats
path: root/divs/head.php
blob: 6b9091325c4a8902e2e292c530d44c6b0e9f4dc3 (plain) (blame)
1
2
3
4
5
6
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>