-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.19 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
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fabio Beneti Costa</title>
<!-- MY STYLE SHEET -->
<link rel="stylesheet" href="style.css" />
<!-- MY JAVASCRIPT -->
<script type='module' src="main.js" defer></script>
<!-- VIEWPORT -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FONT AWESOME (LOGOS) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
<!-- GOOGLE FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans&display=swap" rel="stylesheet">
<!-- ANIMATE CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- META TAGS FOR FACEBOOK -->
<meta property="og:title" content="Fabio Beneti Costa">
<meta property="og:description" content="Check out my personal website!">
<meta property="og:image" content="profilePic.tif">
<meta property="og:url" content="index.html">
</head>
<body class="container">
</body>
</html>