优化模板路径

This commit is contained in:
LyLme 2022-05-02 00:17:55 +08:00
parent 7523574fe5
commit 7d5e57bda4

View File

@ -19,7 +19,7 @@
<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" href="<?php echo $cdnpublic ?>/template/lylme/css/style.css" type="text/css">
<link rel="stylesheet" href="<?php echo $templatepath;?>/css/style.css" type="text/css">
<link rel="stylesheet" href="<?php echo $cdnpublic ?>/assets/css/fontawesome-free5.13.0.css" type="text/css">
</head>
<body onload="FocusOnInput()" style="background-image: url(<?php echo background()?>);background-size: cover;">