Remove HTML comments from index.html

They're create-react-app crufties!
This commit is contained in:
Emi Matchu 2021-04-14 02:01:56 -07:00
parent 4bc4e98a0a
commit 5450cfe638

View file

@ -21,15 +21,6 @@
sizes="180x180"
href="%PUBLIC_URL%/apple-touch-icon.png"
/>
<!--
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>Dress to Impress</title>
<style type="text/css">
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@ -47,7 +38,12 @@
src: url(/fonts/Delicious-Heavy.otf);
}
</style>
<script async defer data-domain="impress-2020.openneo.net" src="https://plausible.io/js/plausible.js"></script>
<script
async
defer
data-domain="impress-2020.openneo.net"
src="https://plausible.io/js/plausible.js"
></script>
<link
rel="preload"
href="/fonts/Delicious-Heavy.otf"
@ -100,15 +96,5 @@
</script>
<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>