Merge branch 'favicon'
This commit is contained in:
commit
4e75fae835
@ -2,8 +2,10 @@ project:
|
||||
name: "AotDS: The Docks"
|
||||
homepage: https://git.babyl.ca/yanick/aotds-docks
|
||||
with_stats: true
|
||||
ticket_url: null
|
||||
releases:
|
||||
- version: NEXT
|
||||
changes:
|
||||
- add a favicon
|
||||
- version: 3.2.1
|
||||
changes:
|
||||
- desc: clipboard copy the serialized data
|
||||
|
@ -10,7 +10,7 @@
|
||||
src="https://umami.babyl.ca/umami.js"
|
||||
></script>
|
||||
<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" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
@ -27,6 +27,14 @@
|
||||
<a href={import.meta.env.HOMEPAGE}>my Gitea instance</a>.
|
||||
</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>
|
||||
|
||||
<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