Supabase 前端示例合集(登录、上传、下载)
This commit is contained in:
11
supabase-stack/examples/index.html
Normal file
11
supabase-stack/examples/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user