preconnect to cdn.skypack.dev
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ if (window.WebSocket) {
|
|||||||
|
|
||||||
// give up after 15 seconds (this also is rendered behind the VNC display in case it crashes and goes poof)
|
// give up after 15 seconds (this also is rendered behind the VNC display in case it crashes and goes poof)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
cmd.textContent = "Oh dear, it looks like something went very wrong. :(\n\nTry again in a bit.\n\n\nPress the Any key to continue.";
|
cmd.textContent = "Oh dear, it looks like something went very wrong. :(\n\nRefresh or try again in a bit.\n\n\nPress the Any key to continue.";
|
||||||
}, 15000);
|
}, 15000);
|
||||||
} else {
|
} else {
|
||||||
// browser doesn't support websockets
|
// browser doesn't support websockets
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<meta name="description" content="My first website on a Windows Me-powered time machine. You've been warned.">
|
<meta name="description" content="My first website on a Windows Me-powered time machine. You've been warned.">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
<link rel="preconnect" href="https://cdn.skypack.dev">
|
||||||
<link rel="web-socket" href="wss://spin-vm.jrvs.io">
|
<link rel="web-socket" href="wss://spin-vm.jrvs.io">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user