-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathindex.html
25 lines (25 loc) · 880 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/logo.png" />
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4335817_6gqxzh34cy.css">
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4466999_8sifudyyiw.css">
<link rel="stylesheet" href="//cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
.iconfont {
font-family: "iconfont" !important;
font-size: 24px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
<title>LinMo Blog</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>