-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 1.87 KB
/
index.html
File metadata and controls
54 lines (43 loc) · 1.87 KB
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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/assets/images/icons/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/icons/favicon-32x32.png">
<title>HTML Boilerplate</title>
<meta name="description" content="">
<link rel="canonical" href="">
<meta property="og:title" content="HTML Boilerplate">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="/assets/images/social/logo.png">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<header class="header">
<div class="container">
</div><!-- .container -->
</header><!-- .header -->
<main class="content">
<section class="container">
<div class="text-center">
<h1>Hello from Agência Escape</h1>
<a href="http://www.escape.ppg.br" target="_blank">
<img width="400" src="https://s3.amazonaws.com/escape-criativacao/imagens/logotipos/escape-logotipo-azul.png" alt="Agência Escape">
</a>
<p>Now with Font Awesome icons support
<a href="https://www.facebook.com/escapecria" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/escapecria" target="_blank"><i class="fa fa-instagram"></i></a>
</p>
</div><!-- .text-center -->
</section>
</main><!-- .content -->
<footer class="footer">
<div class="container">
</div><!-- .container -->
</footer><!-- .footer -->
<script type="text/javascript" src="assets/js/app/main.js"></script>
</body>
</html>