-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
32 lines (30 loc) · 1.04 KB
/
index.html
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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name="viewport"
/>
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="桂林电子科技大学计算机与信息安全学院大学生科技协会网站"
/>
<meta
name="keywords"
content="桂林电子科技大学,桂电,计算机与信息安全学院,大学生,科技协会,科协,三院,计算机,计院,三院科协"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<title>桂电三院科协</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="/js/three.min.js"></script>
<script src="/js/vanta.halo.min.js"></script>
</body>
</html>