Initial commit
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.svg" />
|
||||
<link rel="mask-icon" href="%PUBLIC_URL%/favicon.svg" color="#0078d4">
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta name="description" content="Try out our QR authentication system!" />
|
||||
<meta name="copyright" content="©2022 FoxDev Studio" />
|
||||
<meta name="lanugage" content="en_us" />
|
||||
<meta name="author" content="Eugene Fox, support@foxdev.studio" />
|
||||
|
||||
<meta property="og:title" content="EasyLogon interactive demo" />
|
||||
<meta property="og:description" content="Try out our QR authentication system!" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="%PUBLIC_URL%" />
|
||||
|
||||
<meta property="og:image" content="%PUBLIC_URL%/banner.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="512" />
|
||||
<meta property="og:image:alt"
|
||||
content="QR-code-like logo with a lock and a fox-like logo inside it. Title: EasyLogon. Subtitle: Forget about passwords. This time for real" />
|
||||
|
||||
<!--
|
||||
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" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
|
||||
<script>
|
||||
if("serviceWorker" in navigator)
|
||||
{
|
||||
navigator.serviceWorker
|
||||
.register("/sw.js");
|
||||
}
|
||||
</script>
|
||||
|
||||
<title>Interactive demo | EasyLogon</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`.
|
||||
-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user