-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 1.04 KB
/
index.html
File metadata and controls
23 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenMOSS</title>
<link rel="icon" type="image/png" href="/assets/img/openmoss-logo.png">
<meta name="description" content="OpenMOSS Team - 邱锡鹏教授领导的人工智能研究团队">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/assets/css/style.css?v=20251103a">
</head>
<body>
<div id="app"></div>
<script src="/assets/js/i18n.js"></script>
<script src="/assets/js/content-data.js"></script>
<script src="/assets/js/team-data.js"></script> <script src="/assets/js/spa.js"></script>
</body>
</html>