mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-19 17:04:46 +00:00
site init (barrett)
This commit is contained in:
parent
f05f441dee
commit
d5db569030
15 changed files with 5862 additions and 0 deletions
BIN
site/public/favicon.png
Normal file
BIN
site/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
14
site/public/favicon.svg
Normal file
14
site/public/favicon.svg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<style>
|
||||
text {
|
||||
font-family: monospace;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
fill: #1a1a1a;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
text { fill: #e0e0e0; }
|
||||
}
|
||||
</style>
|
||||
<text x="16" y="24" text-anchor="middle">:h</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 336 B |
Loading…
Add table
Add a link
Reference in a new issue