-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
13 lines (13 loc) · 794 Bytes
/
Copy pathindex.html
File metadata and controls
13 lines (13 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>青简书房</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%230f7643'/%3E%3Cpath d='M30,25 h40 a5,5 0 0,1 5,5 v50 a5,5 0 0,1 -5,5 h-40 a5,5 0 0,1 -5,-5 v-50 a5,5 0 0,1 5,-5 z' fill='white'/%3E%3Cpath d='M30,35 h35 v5 h-35 z M30,45 h35 v5 h-35 z M30,55 h25 v5 h-25 z' fill='%230f7643'/%3E%3Crect x='20' y='20' width='6' height='60' rx='2' fill='%230a512e'/%3E%3C/svg%3E" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>