pashto-dictionary/website/public/index.html

62 lines
3.5 KiB
HTML
Raw Normal View History

2021-08-18 11:54:00 +00:00
<!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" />
2022-09-23 19:01:17 +00:00
<meta name="description" content="An offline Pashto Dictionary app with approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine." />
2021-08-18 11:54:00 +00:00
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Pashto Dictionary">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="author" content="lingdocs.com" />
<link rel="canonical" href="https://dictionary.lingdocs.com/" />
<meta property="og:site_name" content="LingDocs Pashto Dictionary"/>
<meta property="og:title" content="LingDocs Pashto Dictionary">
2022-09-23 19:01:17 +00:00
<meta property="og:description" content="An offline Pashto Dictionary app with approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine.">
2021-08-18 11:54:00 +00:00
<meta property="og:image" content="%PUBLIC_URL%/icons/icon.png">
<meta property="og:url" content="https://dictionary.lingdocs.com/">
<meta property="og:author" content="lingdocs.com">
<meta property="og:type" content="website">
<meta name="twitter:title" content="LingDocs Pashto Dictionary">
2022-09-23 19:01:17 +00:00
<meta name="twitter:description" content="An offline Pashto Dictionary app with approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine.">
2021-08-18 11:54:00 +00:00
<meta name="twitter:image" content="%PUBLIC_URL%/icons/icon.png">
<meta name="twitter:domain" content="https://dictionary.lingdocs.com">
<meta name="twitter:url" content="https://dictionary.lingdocs.com">
<meta name="twitter:creator" content="@lingdocs">
<meta name="twitter:site" content="@lingdocs">
<meta name="twitter:card" content="summary_large_image">
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/icons/touch-icon57.png">
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/icons/touch-icon76.png">
<link rel="apple-touch-icon" sizes="128x128" href="%PUBLIC_URL%/icons/touch-icon128.png">
<link rel="apple-touch-icon" sizes="152x152" href="%PUBLIC_URL%/icons/touch-icon152.png">
<link rel="apple-touch-icon" sizes="167x167" href="%PUBLIC_URL%/icons/touch-icon167.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/icons/touch-icon180.png">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/icons/icon.png">
<link rel="icon" sizes="192x192" href="%PUBLIC_URL%/icons/icon192.png">
<link rel="icon" sizes="128x128" href="%PUBLIC_URL%/icons/icon128.png">
<title>LingDocs Pashto Dictionary</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>