-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - IFest #9 2021</title>
<link rel="icon" href="assets/images/logo.svg">
<link rel="stylesheet" href="assets/style/style.css">
<link rel="stylesheet" href="assets/simple-line-icons/css/simple-line-icons.css">
</head>
<body>
<div class="cs">
<div class="content">
<div class="data">
<h1>Coming<br/>Soon</h1>
<form action="">
<input type="email" placeholder="info@ifest.com">
<button type="submit">Subscribe</button>
</form>
<p>Dapatkan info terbaru mengenai #IFest9</p>
<ul>
<li><a href="#"><i class="icon-social-facebook"></i></a></li>
<li><a href="#"><i class="icon-social-instagram"></i></a></li>
<li><a href="#"><i class="icon-social-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>