add a favicon
This commit is contained in:
parent
aa4e8f48aa
commit
75cc0409de
@ -2,8 +2,10 @@ project:
|
|||||||
name: "AotDS: The Docks"
|
name: "AotDS: The Docks"
|
||||||
homepage: https://git.babyl.ca/yanick/aotds-docks
|
homepage: https://git.babyl.ca/yanick/aotds-docks
|
||||||
with_stats: true
|
with_stats: true
|
||||||
ticket_url: null
|
|
||||||
releases:
|
releases:
|
||||||
|
- version: NEXT
|
||||||
|
changes:
|
||||||
|
- add a favicon
|
||||||
- version: 3.2.1
|
- version: 3.2.1
|
||||||
changes:
|
changes:
|
||||||
- desc: clipboard copy the serialized data
|
- desc: clipboard copy the serialized data
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
src="https://umami.babyl.ca/umami.js"
|
src="https://umami.babyl.ca/umami.js"
|
||||||
></script>
|
></script>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
<a href={import.meta.env.HOMEPAGE}>my Gitea instance</a>.
|
<a href={import.meta.env.HOMEPAGE}>my Gitea instance</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
href="https://www.flaticon.com/free-icons/space-station"
|
||||||
|
title="space
|
||||||
|
station icons">Space station faveicon created by IYIKON - Flaticon</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Found a bug? You can report it <a href={import.meta.env.BUGS}>here</a>.</p>
|
<p>Found a bug? You can report it <a href={import.meta.env.BUGS}>here</a>.</p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user