public/index.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="#32ff7e" />
<meta name="description" content="Mithi's Hexapod Robot Simulator" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/img/icon-192x192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Mithi's Hexapod Robot Simulator</title>
<link rel="preconnect" crossorigin href="https://fonts.gstatic.com">
<link rel="preconnect" crossorigin href="https://www.googletagmanager.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<script defer src="https://www.googletagmanager.com/gtag/js?id=UA-170794768-1"></script>
<link rel="stylesheet" href="%PUBLIC_URL%/font.min.css" media="print" onload="this.media='all'; this.onload=null;">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
window.dataLayer = window.dataLayer || []
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date())
gtag('config', 'UA-170794768-1')
</script>
<style>@font-face{font-family:'Permanent Marker';font-style:normal;font-weight:400;font-display:swap;src:local('Permanent Marker Regular'),local('PermanentMarker-Regular'),url(https://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cf5b6jlg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}</style>
</body>
</html>