mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
fix svg favicon
The svg one got added in 33893eb566 but does not work on Firefox
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<html lang="en" xml:lang="en">
|
||||
<head>
|
||||
<link rel="icon" href="favicon.ico?v=$COMMIT_HASH" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="watermeter.svg" />
|
||||
<link rel="shortcut icon" href="watermeter.svg" sizes="196x196">
|
||||
<link rel="apple-touch-icon" href="watermeter.svg?v=$COMMIT_HASH" />
|
||||
<title>AI on the edge</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
Reference in New Issue
Block a user