-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (41 loc) · 1.19 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Gruppo&display=swap');
</style>
</head>
<body>
<script src="script.js"></script>
<!-- The video -->
<video autoplay muted loop id="myVideo">
<source src="nebula.mp4" type="video/mp4">
</video>
<!-- Optional: some overlay text to describe the video -->
<div class="countdown">
<p>time until landing...</p>
<h1> </h1>
<a href = "home.html">HOME</a>
<a href = "welcome.html">WELCOME</a>
</div>
<div class = "quickDetails">
<h1 class = "quick"> quick! <br> we're almost landing! <h1>
</div>
<form>
<div class = "quickDetails">
<label class = "name"> enter your name:
<input type = "text" id = "name" class = "inputBox">
</label>
<!-- <button class = "speedButton">
speed through space ->
</button> -->
<input class="speedButton" id="bar" type="submit">
</div>
</form>
</body>
</html>