-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.38 KB
/
index.html
File metadata and controls
31 lines (27 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta property="og:url" content="http://codify.to/">
<meta property="og:title" content="Commit agora é Codify">
<meta property="og:type" content="video">
<meta property="og:image" content="http://www.codify.to/img/logo2.gif">
<meta property="og:site_name" content="Codify">
<meta property="og:video" content="https://s3-sa-east-1.amazonaws.com/shareservices/codify.swf">
<meta property="og:video:width" content="364">
<meta property="og:video:height" content="465">
<meta property="og:video:type" content="application/x-shockwave-flash"> <!-- desktop -->
<meta property="og:video" content="https://s3-sa-east-1.amazonaws.com/shareservices/codify.mp4">
<meta property="og:video:type" content="video/mp4"> <!-- html5 for mobile -->
<title>Commit agora é Codify</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
</head>
<body>
<div id="logo"></div>
<div id="topBar">Commit agora é <strong>Codify</strong>. <a href="comunicado.pdf" target="_blank">Saiba mais</a> </div>
<div id="address"> Rua Padre João Manuel. 235 - CJ 63 , Jd Paulista, São Paulo, SP CEP: 01411-001 Tel: 55 (11) 3081-3422
</div>
<script type="text/javascript" src="main.js"></script>
</body>
</html>