Supabase 前端示例合集(登录、上传、下载)

This commit is contained in:
zly
2025-12-08 10:45:16 +08:00
parent 7f74b41a40
commit 95f91fe970
10 changed files with 2018 additions and 543 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/upload-demo/upload.html">
<title>Redirecting…</title>
</head>
<body>
<p>Redirecting to <a href="/upload-demo/upload.html">upload.html</a></p>
</body>
</html>