change domain to y2k.land
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
env:
|
||||
CF_ZONE_ID: "92e2ec634800f776ec4f3e983491c349"
|
||||
CF_ZONE_ID: "8a79e5c61c0a7033d7b0eca176665cd1"
|
||||
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 💾 [y2k.lol](https://y2k.lol/)
|
||||
# 💾 [Y2K Land](https://y2k.land/)
|
||||
|
||||

|
||||
|
||||
@ -6,7 +6,7 @@ Nostalgic time machine powered by on-demand Windows Me VMs and [my first website
|
||||
|
||||
The backend isn't quite ready to be open-sourced (read: it's still a fatally embarrassing ball of spaghetti) but will be moved here very soon! 🍝
|
||||
|
||||
<p align="center"><a href="https://y2k.lol/"><img width="600" src="screenshot.png"></a></p>
|
||||
<p align="center"><a href="https://y2k.land/"><img width="600" src="screenshot.png"></a></p>
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -11,14 +11,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>y2k.lol – Powered by Windows Me 💾</title>
|
||||
<title>Y2K Land — Powered by Windows Me 💾</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<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://sandbox.y2k.lol">
|
||||
<link rel="preconnect" href="https://collect.y2k.lol">
|
||||
<link rel="web-socket" href="wss://sandbox.y2k.lol">
|
||||
<link rel="preconnect" href="https://sandbox.y2k.land">
|
||||
<link rel="preconnect" href="https://collect.y2k.land">
|
||||
<link rel="web-socket" href="wss://sandbox.y2k.land">
|
||||
<script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script>
|
||||
</head>
|
||||
<body>
|
||||
@ -31,14 +31,14 @@
|
||||
if (window.WebSocket) {
|
||||
var display = document.getElementById("display");
|
||||
var rfb = new RFB({ target: display, encrypt: true });
|
||||
rfb.connect("sandbox.y2k.lol", 443);
|
||||
rfb.connect("sandbox.y2k.land", 443);
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
var random_tile = Math.floor(Math.random() * 20);
|
||||
document.body.style.backgroundImage = 'url("tiles/tile_' + random_tile + '.png")';
|
||||
</script>
|
||||
<script async defer src="https://collect.y2k.lol/latest.js" data-skip-dnt="true"></script>
|
||||
<noscript><img src="https://collect.y2k.lol/noscript.gif" alt=""/></noscript>
|
||||
<script async defer src="https://collect.y2k.land/latest.js" data-skip-dnt="true"></script>
|
||||
<noscript><img src="https://collect.y2k.land/noscript.gif" alt=""/></noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "y2k-static",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://y2k.lol/",
|
||||
"homepage": "https://y2k.land/",
|
||||
"author": "Jake Jarvis <jake@jarv.is>",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
|
@ -1,8 +1,8 @@
|
||||
name = "y2k"
|
||||
type = "webpack"
|
||||
account_id = "bd1a636a30a817137ce1e91c9e407373"
|
||||
zone_id = "92e2ec634800f776ec4f3e983491c349"
|
||||
route = "y2k.lol/*"
|
||||
zone_id = "8a79e5c61c0a7033d7b0eca176665cd1"
|
||||
route = "y2k.land/*"
|
||||
# workers_dev = true
|
||||
|
||||
[site]
|
||||
|
Reference in New Issue
Block a user