Files
2023-03-15 21:17:53 +03:00

35 lines
1.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>