new branch
This commit is contained in:
15
frontend/src/pages/Earth/Earth.tsx
Normal file
15
frontend/src/pages/Earth/Earth.tsx
Normal 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
|
||||
Reference in New Issue
Block a user