Remove HTML comments from index.html
They're create-react-app crufties!
This commit is contained in:
parent
4bc4e98a0a
commit
5450cfe638
1 changed files with 6 additions and 20 deletions
|
@ -21,15 +21,6 @@
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="%PUBLIC_URL%/apple-touch-icon.png"
|
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>
|
<title>Dress to Impress</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
|
||||||
|
@ -47,7 +38,12 @@
|
||||||
src: url(/fonts/Delicious-Heavy.otf);
|
src: url(/fonts/Delicious-Heavy.otf);
|
||||||
}
|
}
|
||||||
</style>
|
</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
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="/fonts/Delicious-Heavy.otf"
|
href="/fonts/Delicious-Heavy.otf"
|
||||||
|
@ -100,15 +96,5 @@
|
||||||
</script>
|
</script>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue