-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to HA</title>
<meta name="description" content="We make it happen">
<meta name="author" content="tomyo">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/favicon.png"/>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
</head>
<body>
<header>
</header>
<main>
<div class="banner">
<img src="images/logo.svg"></img>
<p>We make it <span class="primary-color">ha</span>ppen</p>
</div>
</main>
<footer>
<a href="mailto:[email protected]">
<img src="images/argentina-flag.png"/>
</a>
<a href="mailto:[email protected]" target="_blank" class="envelope">
<!-- hello@<span class="primary-color">ha</span>-team.co -->
<img src="images/envelope.png"/>
</a>
<a href="mailto:[email protected]">
<img src="images/chile-flag.png"/>
</a>
</footer>
</html>