使用PHP开发的简约导航/书签管理系统。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
901 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta content="<?php echo $site['keywords']; ?>" name="keywords">
<meta content="<?php echo $site['description']; ?>" name="description">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>
<?php echo $site[ 'title']; ?> - <?php echo $site[ 'subtitle']; ?></title>
<script type="module" crossorigin src="/templates/default2/assets/index.js?v=<?php echo $info->version; ?>""></script>
</script>
<link href="/templates/default2/assets/index.css?v=<?php echo $info->version; ?>"" rel="stylesheet">
<?php echo $site['custom_header']; ?>
<link rel="manifest" href="/templates/default2/manifest.json" />
</head>
<body>
<div id="app"></div>
</body>
</html>