Skip to content

Commit 84b092a

Browse files
committed
feat: add new beginner-friendly projects to suggestions list
1 parent c03b2cc commit 84b092a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

public/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
77
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
8-
<!--
9-
Notice the use of %PUBLIC_URL% in the tag above.
10-
It will be replaced with the URL of the `public` folder during the build.
11-
Only files inside the `public` folder can be referenced from the HTML.
12-
13-
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
14-
work correctly both with client-side routing and a non-root public URL.
15-
Learn how to configure a non-root public URL by running `npm run build`.
16-
-->
178
<title>First Contributions</title>
189
</head>
1910
<body>
2011
<div id="root"></div>
21-
<!--
22-
This HTML file is a template.
23-
If you open it directly in the browser, you will see an empty page.
24-
25-
You can add webfonts, meta tags, or analytics to this file.
26-
The build step will place the bundled scripts into the <body> tag.
27-
28-
To begin the development, run `npm start`.
29-
To create a production bundle, use `npm run build`.
30-
-->
3112
<script>
3213
if ('serviceWorker' in navigator) {
3314
navigator.serviceWorker.register('service-worker.js').catch(function(ex) {

0 commit comments

Comments
 (0)