2021-01-19 09:56:21 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
|
|
|
<link rel="shortcut icon" href="<?php $this->options->JFavicon() ?>" />
|
|
|
|
<?php $this->header(); ?>
|
|
|
|
<title><?php $this->options->title(); ?></title>
|
2021-01-20 04:39:49 +00:00
|
|
|
|
2021-01-19 09:56:21 +00:00
|
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
|
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css'); ?>">
|
2021-01-20 04:39:49 +00:00
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
|
2021-01-19 09:56:21 +00:00
|
|
|
<script src="<?php $this->options->themeUrl('assets/js/joe.global.js'); ?>"></script>
|