We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71d0b57 + a42d7cf commit 807c2dfCopy full SHA for 807c2df
3 files changed
sdcard/web/favicon.ico
15 KB
sdcard/web/favicon.png
1.29 KB
sdcard/web/index.htm
@@ -4,6 +4,9 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>RM - 01 监控面板</title>
7
+ <link rel="icon" href="favicon.ico" type="image/x-icon">
8
+ <link rel="icon" href="favicon.png" type="image/png">
9
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
10
<style>
11
* {
12
margin: 0;
0 commit comments