back to skypack
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import RFB from "https://cdn.jsdelivr.net/npm/@novnc/novnc/core/rfb.js/+esm";
|
||||
import RFB from "https://cdn.skypack.dev/pin/@novnc/novnc@v1.3.0-RRNSIy674lWHJVNg8Apd/mode=imports,min/unoptimized/core/rfb.js";
|
||||
|
||||
// DOS-style box for text
|
||||
const cmd = document.getElementById("cmd-text");
|
||||
|
@ -14,8 +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.jsdelivr.net">
|
||||
<link rel="web-socket" href="wss://spin-vm.jrvs.io">
|
||||
<link rel="preconnect" href="https://cdn.skypack.dev">
|
||||
</head>
|
||||
<body>
|
||||
<div id="cmd">
|
||||
|
Reference in New Issue
Block a user