generated from kevisual/vite-react-template
25 lines
500 B
HTML
25 lines
500 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/png" href="https://kevisual.xiongxiao.me/root/center/panda.jpg" />
|
|
<title>Comments</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script
|
|
src="https://commit.cool/client.js"
|
|
repo="kevisual/kevisual"
|
|
issue-term="custom"
|
|
issue-id="comments"
|
|
theme="light"
|
|
layout="classic"
|
|
crossorigin="anonymous"
|
|
async
|
|
></script>
|
|
</body>
|
|
|
|
</html> |