-
Notifications
You must be signed in to change notification settings - Fork 5
/
head.php
25 lines (17 loc) · 1.11 KB
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php include 'functions/universal.php'; ?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- start title - should be 57 characters max as suggested by http://seorch.eu -->
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Jain Muni Locator is about building a global database to locate all the Digambar Jain Muni-shris in world, freely accessible to all the Jainism followers.">
<!-- Meta Keywords should be 8 only for optimum SEO results as suggested by http://www.seoworkers.com/tools/analyzer.html -->
<meta name="keywords" content="<?php echo $metaKeywords; ?>">
<meta name="author" content="Jain Muni Locator">
<meta name=viewport content="width=device-width, initial-scale=1">
<?php include 'alexa.php'; ?>
<link href="./css/minified.css.php" rel="stylesheet" type="text/css" media="screen" />
<script type='text/javascript' src='http://code.jquery.com/jquery-1.11.3.min.js'></script>
<script type='text/javascript' src='http://code.jquery.com/jquery-migrate-1.2.1.min.js'></script>
</head>