Windows 97.net -
I notice you’ve referenced "windows 97.net" — but there’s no official Microsoft operating system called Windows 97 (Windows 95 → Windows 98 → Windows Me, etc.).

I notice you’ve referenced "windows 97.net" — but there’s no official Microsoft operating system called Windows 97 (Windows 95 → Windows 98 → Windows Me, etc.).
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
ellipse(200, 200, 50, 50);
}