Update 1.php
parent
715491a5fc
commit
1390b8b189
|
@ -39,13 +39,12 @@ function render_list($path, $files)
|
|||
<head>
|
||||
<title><?php echo $pretitle;?> - <?php echo $_SERVER['sitename'];?></title>
|
||||
<!--
|
||||
帖子 : https://www.hostloc.com/thread-617698-1-1.html
|
||||
github : https://github.com/qkqpttgf/herokuOnedrive
|
||||
github : https://github.com/qkqpttgf/OneManager-php
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
||||
<meta name=viewport content="width=device-width,initial-scale=1">
|
||||
<meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,herokuOneDrive,auth_by_逸笙">
|
||||
<meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,OneManager,auth_by_逸笙">
|
||||
<link rel="icon" href="<?php echo $_SERVER['base_path'];?>favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="<?php echo $_SERVER['base_path'];?>favicon.ico" type="image/x-icon" />
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Reference in New Issue