summary refs log tree commit diff stats
path: root/divs/head.php
diff options
context:
space:
mode:
Diffstat (limited to 'divs/head.php')
-rw-r--r--divs/head.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/divs/head.php b/divs/head.php
deleted file mode 100644
index 8f404fb..0000000
--- a/divs/head.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<head>
-  <?php printf("<title>%s - %s</title>", $vdata[2], $wsdata[0]) ?>
-  <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>