-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (44 loc) · 1.7 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
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Base Apparel coming soon page - Frontend Mentor">
<meta name="keywords" content="Base Apparel coming soon page. Frontend Mentor">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="images/hourglass.png">
<link rel="stylesheet" href="styles.css">
<title>Coming Soon</title>
</head>
<body>
<main class="main-container">
<!-- Info Section -->
<section class="info-section">
<!-- Logo -->
<!-- <img class="logo" src="./images/logo.svg" alt="Your logo" /> -->
<span style="font-size: 2rem; color: white;">E N I G M A</span>
<!-- </section> -->
<div class="text-section">
<h1><span><b>We're</b></span> coming soon</h1>
<p> <b>Hello fellow developers! We're currently building our new application.
Stay up-to-date with announcements and our launch date.</b></p>
<!-- Input Section -->
<!-- <div class="input-section"> -->
<!-- <input type="email" class="input-field" placeholder="Email Address"> -->
<!-- <label for="input-field" class="error-msg"></label>
<div class="error">
<div class="error-icon"></div>
</div>
<button class="btn">
<div class="arrow-img"></div>
</button>
</div> -->
</section>
<!-- IMG Section -->
<!-- <section class="img-section"></section> -->
<video autoplay playsinline loop muted id="bgvideo">
<source src="./images/bgvideo1.mp4" type="video/mp4"/>
</video>
</main>
<!-- <script src="app.js"></script> -->
</body>
</html>