Add application icon for Inno Setup and web favicon - Create medi-wol.ico for Windows installer with blue circle and white W - Add favicon.ico, favicon.png, favicon-16x16.png for web app - Update Inno Setup script to use SetupIconFile and UninstallDisplayIcon - Add favicon links to HTML template head section - Icon features: MediSoftware blue theme, Wake-on-LAN W symbol, transparent background
This commit is contained in:
@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{.title}}</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
<!-- Stylesheets -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user