summaryrefslogtreecommitdiff
path: root/includes/mobile/template_head_start.php
blob: 30fb8f876010a140323be26bc002fde92fa87d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title><?= htmlentities($PAGE_TITLE ?? "") ?> - Mystic House Corner</title>
    <link rel="stylesheet" href="/mobile/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="/mobile/site.css">
    <script src="/mobile/jquery-1.12.4.min.js"></script>
    <script src="/mobile/dist/js/bootstrap.min.js"></script>
    <!--[if lt IE 8]>
    <meta http-equiv="refresh" content="0; url=/view.php?view=d&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>">
    <![endif]-->