-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenderer.html
33 lines (27 loc) · 1.22 KB
/
renderer.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
33
<!DOCTYPE html>
<html>
<head>
<title>CapsTools</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="renderer.css">
<link rel="stylesheet" href="https://cdn.jsdmirror.com/gh/wanteddev/[email protected]/packages/wanted-sans-std/fonts/webfonts/variable/split/WantedSansStdVariable.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap">
</head>
<body>
<div class="panel panel-top">
<div class="users-actions">
<p class="actions-area-description">自定义</p>
<!--
<div class="actions-btn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V3h9v2H5v14h14v-7h2v9zm6.7-5.3l-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"/></svg>
<p>测试</p>
</div>
-->
</div>
<div class="depl-actions">
<p class="actions-area-description">全局/插件</p>
</div>
</div>
<script src="renderer.js"></script>
</body>
</html>