mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-10 23:54:57 +08:00
16 lines
313 B
HTML
16 lines
313 B
HTML
<!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>
|