preconnect to cdn.skypack.dev

This commit is contained in:
Jake Jarvis 2021-11-18 09:53:15 -05:00
parent 9153a23a35
commit 09e562c93e
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 2 additions and 1 deletions

View File

@ -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)
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);
} else {
// browser doesn't support websockets

View File

@ -14,6 +14,7 @@
<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="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://cdn.skypack.dev">
<link rel="web-socket" href="wss://spin-vm.jrvs.io">
</head>
<body>