1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

feat: adds touch icon to index.html (#2402)

This commit is contained in:
Amir Raminfar
2023-09-30 13:46:34 -07:00
committed by GitHub
parent 32f9364f2b
commit f6ef1f7381
2 changed files with 2 additions and 1 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -19,8 +19,9 @@
}}
<link rel="stylesheet" href="{{ .Base }}/{{ $css }}" />
<script type="module" src="{{ .Base }}/{{ $js }}"></script>
{{- end }}
<meta name="description" content="Dozzle is a log viewer for Docker" />
<link rel="apple-touch-icon" href="{{ .Base }}/apple-touch-icon.png" sizes="512x512" />
</head>
<body>