-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (35 loc) · 1.08 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
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Coming Soon</title>
<meta name="description" content="Coming Soon">
<meta name="author" content="Roman Fedoruk">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script src="https://kit.fontawesome.com/0b0af89d21.js" crossorigin="anonymous"></script>
<video autoplay muted loop id="bg">
<source src="mp4/bg.mp4" type="video/mp4">
</video>
<div class="content">
<h1>Coming Soon!</h1>
<p>We're working hard to finish the development of this site.
Our target launch date is <b>January 2022</b>!
Sign up for updates using the form below!</p>
<form>
<input type="text" placeholder="Enter email...">
<button>Notify me!</button>
</form>
<!-- <span style="font-size: 3em; color: black;">
<i class="fab fa-twitter"></i>
</span>
<span style="font-size: 3em; color: black;">
<i class="fab fa-facebook"></i>
</span>
<span style="font-size: 3em; color: black;">
<i class="fab fa-instagram"></i>
</span> -->
</div>
</body>
</html>