add favicon
This commit is contained in:
@ -256,6 +256,11 @@ const widgetTemplate = (edition, host, port) => `
|
|||||||
100% { transform: rotate(360deg); }
|
100% { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="stylesheet" href="https://status.my-mc.link/css/style.min.css">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="https://status.my-mc.link/favicon/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="https://status.my-mc.link/favicon/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="https://status.my-mc.link/favicon/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="https://status.my-mc.link/favicon/site.webmanifest">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="widget-container">
|
<div class="widget-container">
|
||||||
|
Reference in New Issue
Block a user