-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 798 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Top repositories in Github">
<meta property="og:description" content="Projetos de código aberto que estão em alta no Github">
<meta property="og:image" content="https://fvandrad.github.io/images/canva-code.png">
<meta property="og:url" content="https://fvandrad.github.io/">
<meta property="og:type" content="website">
<meta http-equiv="refresh" content="0; url=https://github.com/fvandrad/fvandrad.github.io">
<title>Top repositories in Github</title>
<link rel="stylesheet" href="styles.css">
<script src="scripts.js" defer></script>
</head>
<body id="body">
</body>
</html>