-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.62 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.62 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
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Oscar Ranuare, Full Stack Web Developer">
<meta name="keywords" content="Full Stack Web Developer,Django,Python,FastAPI,VueJS,Vercel,Cloudflare,AWS,Console Google Cloud,S3 Buckets,Linux,Heroku,Deployment">
<meta name="author" content="Oscar Ranuare">
<!-- Add image -->
<meta property="og:image" content="/favicon.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:title" content="Oscar Ranuare">
<meta property="og:description" content="Oscar Ranuare, Full Stack Web Developer">
<meta property="og:image" content="/favicon.png">
<meta property="og:url" content="https://oscarranuare.dev/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Oscar Ranuare">
<!-- It has spanish and english -->
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="es_ES">
<title>Oscar Ranuare</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NC12265X8M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NC12265X8M');
</script>
</head>
<body class="">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>