Upload index.html
Browse files- static/index.html +1 -0
static/index.html
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
| 15 |
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
| 16 |
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg">
|
|
|
|
| 17 |
<link rel="stylesheet" href="/static/style.css">
|
| 18 |
</head>
|
| 19 |
<body class="dark">
|
|
|
|
| 14 |
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
| 15 |
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
| 16 |
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg">
|
| 17 |
+
<script>fetch("/api/ping", { cache: "no-store" }).catch(() => {});</script>
|
| 18 |
<link rel="stylesheet" href="/static/style.css">
|
| 19 |
</head>
|
| 20 |
<body class="dark">
|