-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
24 lines (21 loc) · 943 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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=icon href=favicon.png>
<title>KakaCss - 快速生成Css样式</title>
</head>
<body><noscript><strong>We're sorry but kakacss doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<div style="margin:0 auto; text-align: center;">
<a target="_blank" href="https://github.com/renzhezhilu/kakaCss"><img alt="GitHub stars"
src="https://img.shields.io/github/stars/renzhezhilu/kakaCss"></a>
</div>
<div id=app></div>
<style id=show_style></style>
<!-- <script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/kakacss/kakacss2023-01-21.js> </script> -->
<script src=./cdn/kakacss2023-01-21.js> </script>
</body>
</html>