add index.html

master
宇天 2022-03-11 00:00:19 +08:00
parent c7879a2a19
commit f49f521a2d
3 changed files with 16 additions and 0 deletions

0
css/index.css Normal file
View File

0
css/index.scss Normal file
View File

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>在线五笔词库生成</title>
<meta name="keywords" content="在线五笔词库生成">
<meta name="description" content="在线五笔词库生成">
<link href="//unpkg.yutent.top/@bytedo/wcui/dist/css/reset-basic.css" rel="stylesheet">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
</body>
</html>