lylme_spage/include/head.php

28 lines
2.0 KiB
PHP
Raw Normal View History

2022-03-04 18:33:38 +08:00
<?php if(basename($_SERVER['PHP_SELF']) == basename(__FILE__)) header("Location:/"); include 'common.php';?>
2022-01-20 15:38:11 +08:00
<!DOCTYPE html>
<html lang="zh-CN" element::-webkit-scrollbar {display:none}>
<head>
2022-02-19 23:39:52 +08:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2022-01-21 18:07:39 +08:00
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
2022-02-19 23:39:52 +08:00
<title><?php echo $conf['title']?></title>
<meta name="keywords" content="<?php echo $conf['keywords']?>">
<meta name="description" content="<?php echo $conf['description']?>">
2022-02-23 21:23:27 +08:00
<meta name="author" content="LyLme">
2022-02-19 23:39:52 +08:00
<link rel="icon" sizes="any" mask href="<?php echo $conf['logo']?>">
2022-01-20 15:38:11 +08:00
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="full-screen" content="yes">
<meta name="browsermode" content="application">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
2022-03-04 18:33:38 +08:00
<meta name="lsvn" content="MS4xLjE=">
2022-01-21 18:07:39 +08:00
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js" type="application/javascript"></script>
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/js/bootstrap.min.js" type="application/javascript"></script>
2022-03-04 18:33:38 +08:00
<link rel="stylesheet" href="https://cdn.lylme.com/lylmes_page/<?php echo $conf['version']?>/assets/css/style.css" type="text/css">
<link rel="stylesheet" href="https://cdn.lylme.com/lylmes_page/<?php echo $conf['version']?>/assets/css/fontawesome-free5.13.0.css" type="text/css">
<link rel="stylesheet" href="./assets/css/font.css" type="text/css">
<script src="https://cdn.lylme.com/lylmes_page/<?php echo $conf['version']?>/assets/js/script.js"></script>
<script src="https://cdn.lylme.com/lylmes_page/<?php echo $conf['version']?>/assets/js/svg.js"></script>
2022-01-20 15:38:11 +08:00
</head>