add favicon

This commit is contained in:
2025-03-05 16:04:20 +01:00
parent bbb3cfd3b4
commit aa7406ddc5
4 changed files with 77 additions and 1 deletions
+63
View File
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
-1
View File
@@ -4,7 +4,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Folder Include="app\" /> <Folder Include="app\" />
<Folder Include="public\" />
<Folder Include="src\views\" /> <Folder Include="src\views\" />
</ItemGroup> </ItemGroup>
</Project> </Project>
+1
View File
@@ -2,6 +2,7 @@
<html lang=""> <html lang="">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Just</title> <title>Just</title>
</head> </head>
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"
viewBox="0 0 37 37">
<style>
#circle { fill: #0d0d0d; }
#text { fill: #ffffff; fill-rule: nonzero; }
@media (prefers-color-scheme: dark) {
#circle { fill: #fff; }
#text { fill: #0d0d0d }
}
</style>
<path id="circle" d="M37 18.5C37 28.71 28.71 37 18.5 37S0 28.71 0 18.5 8.29 0 18.5 0 37 8.29 37 18.5Z" />
<path id="text" d="M12.443 24.432c-1.221 0-2.169-.26-2.844-.778-.676-.519-1.014-1.265-1.014-2.239 0-.084.004-.18.012-.287.008-.107.026-.258.055-.452s.072-.458.13-.793h3.174c-.053.309-.091.539-.114.691a5.821 5.821 0 0 0-.044.322 1.954 1.954 0 0 0-.007.15c0 .309.079.539.239.691.16.152.392.228.695.228.351 0 .639-.108.865-.322.225-.215.374-.543.448-.982l1.343-8.093h3.127l-1.336 8.03c-.204 1.231-.704 2.177-1.5 2.84-.796.662-1.873.994-3.229.994ZM22.523 24.385c-.891 0-1.641-.152-2.251-.456-.611-.304-1.052-.735-1.324-1.293-.273-.557-.346-1.216-.22-1.975l.856-5.17h3.159l-.818 4.95c-.047.282-.034.527.04.734a.914.914 0 0 0 .369.479c.173.113.38.169.621.169.246 0 .472-.056.679-.169.207-.112.381-.272.523-.479.141-.207.235-.452.283-.734l.817-4.95h3.158l-.856 5.17a4.124 4.124 0 0 1-.873 1.975 4.485 4.485 0 0 1-1.752 1.293c-.712.304-1.516.456-2.411.456Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB