mirror of
https://github.com/barkeser2002/bariskeser.github.io.git
synced 2026-09-25 02:19:53 +03:00
35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<!-- Google tag (gtag.js) -->
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0ZHNJTPJBV"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag('js', new Date());
|
||
|
||
gtag('config', 'G-0ZHNJTPJBV');
|
||
</script>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta name="author" content="Barış Keser">
|
||
<meta property="og:site_name" content="Barış Keser">
|
||
<meta property="og:url" content="https://new.bariskeser.com">
|
||
<meta property="og:title" content="Barış Keser">
|
||
<meta property="og:description" content="Barış Keser'in tanıtım ve orjinal websitesidir. Bir ziyaret edip bakmak istemezmisin?">
|
||
<meta property="og:type" content="website">
|
||
<meta name="og:image" itemprop="image" content="https://new.bariskeser.com/images/favicon.png">
|
||
<link rel="icon" href="%PUBLIC_URL%/images/favicon.png" />
|
||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/favicon.png" />
|
||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Ubuntu&family=Ubuntu+Mono&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
</head>
|
||
<body>
|
||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
<div id="root"></div>
|
||
</body>
|
||
</html>
|