new branch

This commit is contained in:
rayd1o
2026-03-07 13:06:37 +08:00
parent 3145ff083b
commit 4ada75ca14
64 changed files with 4324 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
function Earth() {
return (
<iframe
src="/earth/3dearthmult.html"
style={{
width: '100vw',
height: '100vh',
border: 'none',
}}
title="3D Earth"
/>
)
}
export default Earth