nyg-static-jam3
Version:
Jam3 frontend static project scaffold generator based on nyg
68 lines (59 loc) • 3.01 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">
<title>Jam3 App</title>
<meta name="description" content="Default description">
<meta name="keywords" content="Jam3,web App,React">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Jam3 App">
<meta property="og:description" content="Default description">
<meta property="og:type" content="website">
<meta property="og:url" content="https://generator.jam3.net/">
<meta property="og:site_name" content="Jam3">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary">
<meta property="fb:app_id" content="[fb-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="#000000">
<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-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="%PUBLIC_URL%/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://generator.jam3.net/">
<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>[Site 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>