added favicon

This commit is contained in:
2026-06-05 15:50:06 +02:00
parent b1f97026df
commit cff254448c
8 changed files with 42 additions and 0 deletions

View File

@@ -7,6 +7,12 @@
name="description"
content="Browser-only XSLT tools for local XML and XSLT transformations."
/>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="PDFTools" />
<link rel="manifest" href="/site.webmanifest" />
<title>XSLT tools</title>
</head>
<body>

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

15
public/favicon.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="xsltools favicon" width="64" height="64"><metadata><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><rdf:Description><dc:creator>RealFaviconGenerator</dc:creator><dc:source>https://realfavicongenerator.net</dc:source></rdf:Description></rdf:RDF></metadata><defs>
<linearGradient id="xsl-bg" x1="8" y1="5" x2="56" y2="59" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6d5cff"></stop>
<stop offset="1" stop-color="#18224d"></stop>
</linearGradient>
<filter id="soft-shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="1.4" flood-color="#060b24" flood-opacity="0.35"></feDropShadow>
</filter>
</defs><rect width="64" height="64" rx="14" fill="url(#xsl-bg)"></rect><g filter="url(#soft-shadow)" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 29l-9 7 9 7" stroke="#ffffff" stroke-width="5"></path>
<path d="M44 29l9 7-9 7" stroke="#ffffff" stroke-width="5"></path>
<path d="M28 45l8-22" stroke="#ffffff" stroke-width="5"></path>
</g><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
@media (prefers-color-scheme: dark) { :root { filter: none; } }
</style></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

21
public/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "XSLTools",
"short_name": "XSLTools",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB