-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.17 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
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="google-site-verification"
content="UASgpfoTUHA2NK_BoC3KPwDLb2B3Zo0yWhL_TuYnNoA"
/>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7DTM2HDXK1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7DTM2HDXK1');
</script>
<meta charset="utf-8" />
<link rel="icon" href="mainlogo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="canonical" href="/" />
<meta
name="description"
content="a portfolio of web developer at Sekawan studio focused on Frontend Development and CMS exploration like Wordpress and others."
/>
<link rel="apple-touch-icon" href="mainlogo.svg" />
<title>Fajriyan | Portfolio</title>
</head>
<body>
<noscript
>Error Javascript is not active | You need to enable JavaScript to run
this site</noscript
>
<div id="main"></div>
</body>
<script type="module" src="/src/index.jsx"></script>
</html>