33
44< head >
55 < meta charset ="utf-8 " />
6- < link rel ="icon " href ="%PUBLIC_URL% /favicon.ico " />
6+ < link rel ="icon " href ="/favicon.ico " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
88 < meta name ="theme-color " content ="#000000 " />
99 < meta name ="description " content ="Online code editor and compiler " />
10- < link rel ="apple-touch-icon " href ="%PUBLIC_URL% /images/logo192.png " />
10+ < link rel ="apple-touch-icon " href ="/images/logo192.png " />
1111 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css "
1212 crossorigin ="anonymous " />
1313 <!--
1414 manifest.json provides metadata used when your web app is installed on a
1515 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1616 -->
17- < link rel ="manifest " href ="%PUBLIC_URL% /manifest.json " />
17+ < link rel ="manifest " href ="/manifest.json " />
1818 < link href ="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap " rel ="stylesheet ">
1919 <!--
2020 Notice the use of %PUBLIC_URL% in the tags above.
@@ -127,31 +127,7 @@ <h1 class="loading">LOADING</h1>
127127 < div class ="line "> </ div >
128128 </ div >
129129 </ div >
130- <!--
131- This HTML file is a template.
132- If you open it directly in the browser, you will see an empty page.
133-
134- You can add webfonts, meta tags, or analytics to this file.
135- The build step will place the bundled scripts into the <body> tag.
136-
137- To begin the development, run `npm start` or `yarn start`.
138- To create a production bundle, use `npm run build` or `yarn build`.
139- -->
140- <!-- <script>
141- if ('serviceWorker' in navigator) {
142- window.addEventListener('load', function () {
143- navigator.serviceWorker.register('worker.js').then(function (registration) {
144- console.log('Service Worker registration successful', registration.scope);
145- }, function (err) {
146- console.log('Service Worker registration failed', err);
147- }).catch(function (err) {
148- console.log(err);
149- });
150- });
151- } else {
152- console.log('Service Worker is not supported by browser.');
153- }
154- </script> -->
130+ < script type ="module " src ="/src/index.jsx "> </ script >
155131</ body >
156132
157133</ html >
0 commit comments