-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (32 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
26
27
28
29
30
31
32
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css"
/>
</head>
<body>
<div class="kanban" style="display: block;">
<div class="kanban-tips"></div>
<div style="width: 270px; overflow: hidden;">
<canvas
id="live2d"
width="650"
height="600"
class="live2d"
style="width: 325px; height: 300px;"
></canvas>
</div>
<div class="kanban-tool">
<!-- <i class="fa fa-eye eye"></i> -->
<i class="fa fa-user user"></i>
<i class="fa fa-comment comment"></i>
<i class="fa fa-camera camera"></i>
<!-- <i class="fa fa-cog cog"></i> -->
<i class="fa fa-info-circle info"></i>
</div>
</div>
</body>
</html>