12345678910111213 |
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
- <meta name="description" content="<?php echo $description; ?>">
- <meta name="author" content="<?php echo $author; ?>">
- <!-- <meta name="google-site-verification" content="5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY" /> -->
- <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
- <link href="/lib/bootstrap/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
- <link href="/assets/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
- <!--[if lt IE 9]>
- <script src="/lib/html5shiv/html5shiv.min.js"></script>
- <script src="/lib/respond/respond.min.js"></script>
- <![endif]-->
|