* fix: Use CDN for favicon Replaces the local favicon (which was not rendering correctly on production) with the version served by the CDN. Also adds our other meta tags used for PWAs and OpenGraph Protocol. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com> * fix: remove local manifest Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
64 lines
1.9 KiB
HTML
64 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="theme-color" content="#000000">
|
|
<meta
|
|
content="https://cdn.freecodecamp.org/platform/universal/fcc_meta_1920x1080-indigo.png"
|
|
name="og:image"
|
|
/>
|
|
<meta content="freeCodeCamp Contributor Tools" name="twitter:title" />
|
|
<meta
|
|
content="Tools for contributors working on the freeCodeCamp curriculum."
|
|
name="og:description"
|
|
/>
|
|
<meta content="a40ee5d5dba3bb091ad783ebd2b1383f" name="p:domain_verify" />
|
|
<meta content="#FFFFFF" name="msapplication-TileColor" />
|
|
<meta
|
|
content="https://cdn.freecodecamp.org/universal/favicons/browserconfig.xml"
|
|
rel="msapplication-config"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/android-chrome-192x192.png"
|
|
rel="android-chrome"
|
|
sizes="192x192"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/android-chrome-384x384.png"
|
|
rel="android-chrome"
|
|
sizes="384x384"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/site.webmanifest"
|
|
rel="manifest"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/apple-touch-icon.png"
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/favicon-16x16.png"
|
|
rel="favicon"
|
|
sizes="16x16"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/favicon-32x32.png"
|
|
rel="favicon"
|
|
sizes="32x32"
|
|
/>
|
|
<link
|
|
href="https://cdn.freecodecamp.org/universal/favicons/favicon.ico"
|
|
rel="icon"
|
|
/>
|
|
<title>freeCodeCamp Contributor Tools</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|