-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
26 lines (22 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>~ MANGUEZAL ~ A Community of Startups. Recife/PE - Brazil ~</title>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.png">
<meta property="og:url" content="http://manguez.al/"/>
<meta property="og:image" content="http://manguez.al//img/manguez_files/manguezal-logo.png" />
<meta property="og:title" content="~ MANGUEZAL ~ A Community of Startups. Recife/PE - Brazil ~"/>
<meta property="og:description" content="We are a community of startups to support
collaborative practices and learning of technology,
design and entrepreneurship across startup ecosystem in Recife."/>
<script src="ga.js" async="" type="text/javascript"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="wrapper" class="wrapper"></div>
<script src="vendor.js"></script>
<script src="app.js"></script>
</body>
</html>