-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 1.09 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
<!--
* @Author: tackchen
* @Date: 2022-10-03 15:30:44
* @Description: Coding something
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta name="description" content="Build Amazing macOS in your browser" />
<meta name="keywords" content="MaxOS,Monterey,WebOS,Apple,Vite,Vue3" />
<title>MacOS Monterey v14.0</title>
<style>
/* 写在这里是为了不覆盖 easy-icon 的font-family */
* {
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif
}
</style>
<link rel="stylesheet" href="/easy-icon/easy-icon-l.o.css">
<link rel="stylesheet" href="/easy-icon/easy-icon.o.css">
<link rel="stylesheet" href="/easy-icon/easy-icon-t.o.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="./dev/index.ts"></script>
</body>
</html>