Add favicon

This commit is contained in:
ByteDream 2023-01-02 03:17:20 +01:00
parent f256668a99
commit 8b581a2a71
7 changed files with 17 additions and 0 deletions

View file

@ -7,6 +7,8 @@
<title>WireGuard UI</title>
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" href="{{.basePath}}/favicon">
<!-- Font Awesome -->
<link rel="stylesheet" href="{{.basePath}}/static/plugins/fontawesome-free/css/all.min.css">