-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://happysooner.com/static/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Vue3+Vite2超简实战项目" />
<meta name="author" content="远浅" />
<meta name="keywords" content="Vue3实战,TypeScript,前端,远浅" />
<link
rel="stylesheet"
type="text/css"
href="https://at.alicdn.com/t/font_1427880_wcnl4990l8.css"
/>
<script
src="https://cdn.bootcss.com/highlight.js/9.18.1/highlight.min.js"
defer
key="highlight"
></script>
<title>远浅 - 为美好的世界献上祝福 - Vue3实战项目</title>
</head>
<body>
<div id="vue-next"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>