97 lines
No EOL
2.7 KiB
HTML
97 lines
No EOL
2.7 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<script>
|
|
const initialDataObj = {
|
|
locale: {
|
|
value: Intl.DateTimeFormat().resolvedOptions().locale,
|
|
issues: [],
|
|
},
|
|
timeZone: {
|
|
value: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
|
issues: [],
|
|
},
|
|
timezoneOffset: {
|
|
value: new Date().getTimezoneOffset(),
|
|
issues: [],
|
|
},
|
|
dateString: {
|
|
value: new Date().toString(),
|
|
issues: [],
|
|
},
|
|
dateLocale: {
|
|
value: new Date().toLocaleString(),
|
|
issues: [],
|
|
},
|
|
userAgent: {
|
|
value: navigator.userAgent,
|
|
issues: [],
|
|
},
|
|
appVersion: {
|
|
value: navigator.appVersion,
|
|
issues: [],
|
|
},
|
|
};
|
|
</script>
|
|
<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="#943ec5" />
|
|
<meta
|
|
name="description"
|
|
content="Check if your location is actually hidden."
|
|
/>
|
|
<meta name="author" content="z0ccc" />
|
|
<meta property="og:title" content="Vytal" />
|
|
<meta property="og:url" content="https://vytal.io" />
|
|
<meta
|
|
property="og:image:secure"
|
|
content="https://vytal.io/preview.png"
|
|
/>
|
|
<meta
|
|
property="og:img"
|
|
content="https://vytal.io/preview.png"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Check if your location is actually hidden."
|
|
/>
|
|
<meta
|
|
name="twitter:card"
|
|
content="https://vytal.io/preview.png"
|
|
/>
|
|
<meta name="twitter:title" content="Vytal" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Check if your location is actually hidden."
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://vytal.io/preview.png"
|
|
/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-192.png" />
|
|
<!--
|
|
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" />
|
|
<title>Vytal Extension Scan</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<!--
|
|
This HTML file is a template.
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
-->
|
|
<iframe id="iframe" sandbox="allow-same-origin" style="display: none"></iframe>
|
|
</body>
|
|
</html> |