-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.16 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 基础SEO -->
<title>中国高校视觉形象识别系统(VIS)导航</title>
<meta name="description" content="中国高校视觉形象识别系统导航,提供全国高校VIS设计资源、校徽下载、官网链接。" />
<meta name="keywords" content="中国高校,VIS,视觉形象识别系统,大学校徽,高校官网" />
<!-- Open Graph -->
<meta property="og:title" content="中国高校视觉形象识别系统(VIS)导航" />
<meta property="og:description" content="中国高校视觉形象识别系统导航,提供全国高校VIS设计资源、校徽下载、官网链接。" />
<meta property="og:type" content="website" />
<!-- TailwindCSS -->
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
<body class="bg-yellow-50 min-h-screen">
<div id="app" class="max-w-4xl mx-auto py-10"></div>
<script src="https://unpkg.com/juris@0.73.0/juris.mini.js"></script>
<script src="app.js"></script>
</body>
</html>