Start connection heartbeat during HTML parsing
Browse files- static/index.html +1 -0
static/index.html
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
<link rel="apple-touch-icon" href="/icons/icon-192.png">
|
| 10 |
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
| 11 |
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
|
|
|
| 12 |
<link rel="stylesheet" href="/static/style.css">
|
| 13 |
</head>
|
| 14 |
<body class="dark">
|
|
|
|
| 9 |
<link rel="apple-touch-icon" href="/icons/icon-192.png">
|
| 10 |
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
| 11 |
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
| 12 |
+
<script>fetch("/api/ping", { cache: "no-store" }).catch(() => {});</script>
|
| 13 |
<link rel="stylesheet" href="/static/style.css">
|
| 14 |
</head>
|
| 15 |
<body class="dark">
|