-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 2.38 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
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="A simple template for your kickass app/product/startup/whatever until it launches." />
<meta name="keywords" content="html5, css3, responsive, website template" />
<meta name="apple-mobile-web-app-title" content="dace code" />
<meta property="og:site_name" content="dace code" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Coming soon by Dace Code" />
<meta property="og:image" content="" />
<meta property="og:description"
content="A simple template for your kickass app/product/startup/whatever until it launches." />
<meta property="og:url" content="" />
<link rel="icon" href="/assets/icons/favicon.ico" type="image/x-icon" />
<title>Coming Soon</title>
<link rel="stylesheet" href="assets/css/style.css">
<script src="https://kit.fontawesome.com/2046d9215b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<h1>Coming Soon</h1>
<p class="lead">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eveniet ipsam nesciunt laborum!
</p>
</div>
<div class="newsletter">
<form action="#" method="#">
<label for="email">E-mail</label>
<input type="email" name="email" id="email" placeholder="E-mail Addresss here">
<input type="submit" value="submit">
</form>
</div>
<footer>
<div class="social">
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-facebook"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"></a>
</div>
<!-- <br> -->
© Untitled 2020. <span>
Image Credit:<a
href="https://www.pexels.com/photo/architecture-black-and-white-building-glass-149369/"
class="link">Pexels</a>
</span>
</footer>
</body>
</html>