mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-01-13 07:11:19 +08:00
添加pin的雏形
This commit is contained in:
15
plugin/lib/pin/view.html
Normal file
15
plugin/lib/pin/view.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Pin</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="pin-container">
|
||||
<div class="pin-icon">
|
||||
<img id="command-icon" src="" alt="command icon" />
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user