Spaces:
Running
Running
<html><head><base href="https://starbasecam.com" /><title>Starbase Live: 24/7 Starship & Super Heavy Development</title><style> | |
body { | |
font-family: Arial, sans-serif; | |
background-color: #000; | |
color: #fff; | |
margin: 0; | |
padding: 0; | |
} | |
.container { | |
max-width: 1200px; | |
margin: 0 auto; | |
padding: 20px; | |
} | |
header { | |
text-align: center; | |
padding: 20px 0; | |
} | |
h1 { | |
font-size: 2.5em; | |
margin-bottom: 10px; | |
} | |
.live-feed { | |
position: relative; | |
padding-bottom: 56.25%; | |
height: 0; | |
overflow: hidden; | |
max-width: 100%; | |
} | |
.live-feed iframe { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
.info-panel { | |
background-color: rgba(255, 255, 255, 0.1); | |
border-radius: 10px; | |
padding: 20px; | |
margin-top: 20px; | |
} | |
.schedule { | |
display: flex; | |
justify-content: space-between; | |
flex-wrap: wrap; | |
} | |
.schedule-item { | |
background-color: rgba(255, 255, 255, 0.05); | |
border-radius: 5px; | |
padding: 10px; | |
margin: 10px 0; | |
width: calc(50% - 10px); | |
} | |
.links { | |
margin-top: 20px; | |
} | |
.links a { | |
color: #4da6ff; | |
text-decoration: none; | |
margin-right: 15px; | |
} | |
.links a:hover { | |
text-decoration: underline; | |
} | |
</style></head><body> | |
<div class="container"> | |
<header> | |
<h1>Starbase Live: 24/7 Starship & Super Heavy Development</h1> | |
<p>From SpaceX's Boca Chica Facility</p> | |
</header> | |
<div class="live-feed"> | |
<iframe width="560" height="315" src="https://www.youtube.com/embed/mhJRzQsLZGg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
</div> | |
<div class="info-panel"> | |
<h2>Live Stream Information</h2> | |
<p>Welcome to the 24/7 live stream of SpaceX's Starbase facility in Boca Chica, Texas. Watch the development of Starship and Super Heavy in real-time as SpaceX pushes the boundaries of space exploration.</p> | |
<h3>Upcoming Schedule</h3> | |
<div class="schedule"> | |
<div class="schedule-item"> | |
<strong>Next Static Fire Test:</strong> TBA | |
</div> | |
<div class="schedule-item"> | |
<strong>Planned Orbital Launch Attempt:</strong> TBA | |
</div> | |
<div class="schedule-item"> | |
<strong>Starship SN20 Rollout:</strong> TBA | |
</div> | |
<div class="schedule-item"> | |
<strong>Booster 4 Testing:</strong> Ongoing | |
</div> | |
</div> | |
<div class="links"> | |
<h3>Related Links</h3> | |
<a href="https://www.spacex.com/vehicles/starship/">Official Starship Page</a> | |
<a href="https://twitter.com/elonmusk">Elon Musk's Twitter</a> | |
<a href="https://www.nasa.gov/artemis/">NASA Artemis Program</a> | |
<a href="https://forum.nasaspaceflight.com/index.php?board=72.0">NSF Starship Forum</a> | |
</div> | |
</div> | |
</div> | |
<script> | |
// Live chat functionality could be implemented here | |
// Weather updates for Boca Chica could be fetched and displayed | |
// Countdown timer for next known event could be added | |
</script> | |
</body></html> |