-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (29 loc) · 1.88 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
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A creative Front-End Web Developer located in Houston Texas. Specialized in creating visually appealing, performant & accessible websites and web applications." >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="front end design, React, Angular, TypeScripe, JavaScript, HTML, CSS, user interface design, user experience, web development, web design, graphic design, website builder, ecommerce website, website creator, art, creative, web application, wordpress, responsive web design, best website design, build a website, design website, web design inspiration, website layout, freelance, freelancer, front end developer, web development service, freelance web developers, code, coding, portfolio, Virginia, Washington DC, Maryland, Fairfax, Houston, Texas">
<meta name="og:title" property="og:title" content="Jarol Riera | Front-End Web Developer">
<meta name="author" content="Jarol Riera | Front-End Web Developer">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="index, follow">
<link rel="icon" href="./src/assets/tab-logo.png" sizes="16x16" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jarol Riera | Front-end Web Developer</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BC6HQR5PWV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BC6HQR5PWV');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>