mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 05:02:08 +00:00
favicon
This commit is contained in:
parent
9a178e0b3a
commit
07124001eb
3 changed files with 8 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 648 B |
|
|
@ -1 +1,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#ffffff" viewBox="0 0 256 256"><path d="M200,80v32a8,8,0,0,1-16,0V88H160a8,8,0,0,1,0-16h32A8,8,0,0,1,200,80ZM96,168H72V144a8,8,0,0,0-16,0v32a8,8,0,0,0,8,8H96a8,8,0,0,0,0-16ZM232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56ZM216,200V56H40V200H216Z"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
||||||
|
<rect width="256" height="256" rx="40" fill="#2a2a2a"/>
|
||||||
|
<g fill="#ffffff" transform="translate(28,28) scale(0.78)">
|
||||||
|
<path d="M200,80v32a8,8,0,0,1-16,0V88H160a8,8,0,0,1,0-16h32A8,8,0,0,1,200,80ZM96,168H72V144a8,8,0,0,0-16,0v32a8,8,0,0,0,8,8H96a8,8,0,0,0,0-16ZM232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56ZM216,200V56H40V200H216Z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 490 B |
|
|
@ -3,9 +3,9 @@ import DocLayout from "../layouts/DocLayout.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<DocLayout title="" description="desktop control for AI agents">
|
<DocLayout title="" description="desktop control for AI agents">
|
||||||
<header>
|
<header style="justify-content: flex-start;">
|
||||||
<h1>deskctl</h1>
|
<h1>deskctl</h1>
|
||||||
<code style="display:inline-flex;align-items:center;padding:0.2em 0.25em;"><img src="/favicon.svg" alt="" width="48" height="48" /></code>
|
<img src="/favicon.svg" alt="" width="40" height="40" />
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue