try preconnecting and prefetching dns for sandbox.y2k.lol

This commit is contained in:
2020-05-31 19:07:27 -04:00
parent 590c0b4939
commit 36b7e53183
+3 -1
View File
@@ -16,7 +16,9 @@
<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="canonical" href="https://y2k.lol/"> <link rel="preconnect" href="https://sandbox.y2k.lol">
<link rel="dns-prefetch" href="https://sandbox.y2k.lol">
<link rel="web-socket" href="wss://sandbox.y2k.lol">
</head> </head>
<body> <body>
<canvas id="display"></canvas> <canvas id="display"></canvas>