hahn-admin/app/view/index.html

17 lines
747 B
HTML
Raw Normal View History

2025-07-03 11:08:07 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
<title><?=htmlspecialchars($logo['seo-title'])?></title>
<meta name="description" property=og:description content="<?=htmlspecialchars($logo['seo-description'])?>">
<meta name="keywords" property=og:description content="<?=htmlspecialchars($logo['seo-keywords'])?>">
<script type="module" crossorigin src="/assets/index-6c6992da.js"></script>
<link rel="stylesheet" href="/assets/index-327c2488.css">
</head>
<body>
<div id="app"></div>
</body>
</html>