mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
54 lines
1.8 KiB
HTML
54 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="Simonson - Portfolio"
|
|
content="Digital portfolio of Andrew Simonson"
|
|
/>
|
|
<meta property="og:title" content="European Travel Destinations" />
|
|
<meta property="og:type" content="article" />
|
|
<meta
|
|
property="og:description"
|
|
content="Digital Portfolio - Andrew Simonson"
|
|
/>
|
|
<meta property="og:image" content="%PUBLIC_URL%/lol.jpg" />
|
|
<meta property="og:url" content="%PUBLIC_URL%" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta property="og:site_name" content="Andrew Simonson - Portfolio" />
|
|
<meta name="twitter:image:alt" content="some example picture idk" />
|
|
<!-- <meta property="og:title" content="__OG_TITLE__" />
|
|
<meta property="og:description" content="__OG_DESCRIPTION__" /> -->
|
|
<!--
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
-->
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script
|
|
async
|
|
src="https://www.googletagmanager.com/gtag/js?id=G-E2V93W9CNV"
|
|
></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag("js", new Date());
|
|
|
|
gtag("config", "G-E2V93W9CNV");
|
|
</script>
|
|
|
|
<title>Simonson - Portfolio</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|