-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
21 lines (21 loc) · 924 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Planeta Terra - By Deivid Marques</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<meta name="viewport" content="initial-scale = 1.0">
<meta property="og:title" content="Planeta Terra em movimento" />
<meta property="og:type" content="website"/>
<meta property="og:description" content="Planeta Terra em movimento apenas com css" />
<meta property="og:url" content="http://www.deividmarques.com.br/"/>
<meta property="og:image" content="http://www.deividmarques.com.br/css/earth/img/earth.jpg" />
<meta property="og:site_name" content="Deivid Marques"/>
<meta property="og:locale" content="pt_br" />
<link rel="author" href="https://plus.google.com/u/0/113262540525735544871?rel=author" />
</head>
<body>
<div class="earth"></div>
</body>
</html>