p5js/参考/p5-reference/assets/index.html
2022-12-07 20:42:16 +08:00

11 lines
216 B
HTML

<!doctype html>
<html>
<head>
<title>Redirector</title>
<meta http-equiv="refresh" content="0;url=../">
</head>
<body>
<a href="../">Click here to redirect</a>
</body>
</html>