nyg-jam3
Version:
Jam3 project scaffold generator based on nyg
72 lines (66 loc) • 3.72 kB
HTML
<html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="referrer" content="no-referrer">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--
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`.
-->
<title>%REACT_APP_WEBSITE_TITLE%</title>
<meta name="description" content="%REACT_APP_WEBSITE_DESCRIPTION%">
<meta name="keywords" content="%REACT_APP_WEBSITE_KEY_WORD%">
<meta property="og:locale" content="%REACT_APP_WEBSITE_OG_LOCALE%">
<meta property="og:title" content="%REACT_APP_WEBSITE_TITLE%">
<meta property="og:description" content="%REACT_APP_WEBSITE_DESCRIPTION%">
<meta property="og:type" content="website">
<meta property="og:url" content="%REACT_APP_WEBSITE_SITE_URL%">
<meta property="og:site_name" content="%REACT_APP_WEBSITE_NAME%">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="%REACT_APP_WEBSITE_OG_IMAGE%">
<meta name="twitter:card" content="%REACT_APP_WEBSITE_TW_CARD%">
<meta property="fb:app_id" content="%REACT_APP_WEBSITE_FB_APP_ID%">
<meta name="google-site-verification" content="[Google Web Master Tools]">
<meta name="msvalidate.01" content="[Bing Web Master Tools]">
<!-- Generate favicons in https://realfavicongenerator.net -->
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicons/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/favicons/site.webmanifest">
<link rel="mask-icon" href="%PUBLIC_URL%/favicons/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicons/favicon.ico">
<meta name="msapplication-config" content="%PUBLIC_URL%/favicons/browserconfig.xml">
<link rel="canonical" href="%REACT_APP_WEBSITE_SITE_URL%">
<link rel="dns-prefetch" href="//[NEXT-DNS-request.com]">
</head>
<body>
<noscript>
<div style="height: 100%; position: absolute; width: 100%; display: table;">
<div style="text-align: center; display: table-cell; vertical-align: middle;">
<h1>%REACT_APP_WEBSITE_TITLE%</h1>
<div style="font-size: 25px;">This site requires javascript in order to show the content.</div>
<p>Thanks,
<br/>The Support Team</p>
</div>
</div>
</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>