增加 资源文件CDN加速
This commit is contained in:
parent
be28d61810
commit
0b2b6fa3ca
|
@ -1,4 +1,4 @@
|
|||
<?php include 'common.php'; ?>
|
||||
<?php if(basename($_SERVER['PHP_SELF']) == basename(__FILE__)) header("Location:/"); include 'common.php';?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN" element::-webkit-scrollbar {display:none}>
|
||||
<head>
|
||||
|
@ -13,15 +13,16 @@
|
|||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="full-screen" content="yes">
|
||||
<link rel="stylesheet" href="./assets/css/style.css">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta name="x5-page-mode" content="app">
|
||||
<meta name="lsvn" content="MS4xLjE=">
|
||||
<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>
|
||||
<link rel="stylesheet" id="font-awesome-css" href="./assets/css/fontawesome-free5.13.0.css" type="text/css" media="all">
|
||||
<script src="./assets/js/svg.js"></script>
|
||||
<script src="./assets/js/script.js"></script>
|
||||
|
||||
<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>
|
||||
</head>
|
Loading…
Reference in New Issue