-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrocketlunch.html
30 lines (27 loc) · 1.29 KB
/
rocketlunch.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VISUALIZE SPACE MISSION</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="video-container">
<video autoplay loop muted>
<source src="animatedvideos/earth.mp4" type="video/mp4">
<!-- Add additional video formats for cross-browser compatibility -->
</video>
<div class="content">
<h1>VISUALIZE SPACE USING VIRTUAL REALITY</h1>
<h2>VISUALIZE A ROCKET LAUNCH TO ISS MISSION</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/fCp0M5eLoAY?si=K5PkfZxiCrfJqzf0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>This video animation is animated and rendered in blender , is uploaded on youtube , for free vr 360 video hosting</p>
<div class="vr-buttons">
<a href="index.html"><button class="vr-button">EXPLORE MORE?</button> </a>
</div>
</div>
</div>
</body>
</html>