Changeset 19398ad for jobvista-frontend/public/index.html
- Timestamp:
- 05/16/24 23:09:21 (6 months ago)
- Branches:
- main
- Children:
- 28b3398
- Parents:
- d8b6c91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jobvista-frontend/public/index.html
rd8b6c91 r19398ad 16 16 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ 17 17 --> 18 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />18 <!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />--> 19 19 <!-- 20 20 Notice the use of %PUBLIC_URL% in the tags above. … … 27 27 --> 28 28 29 <!-- ICONS--> 29 30 <link rel="preconnect" href="https://fonts.gstatic.com"> 31 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> 32 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" /> 33 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> 30 34 <title>Job Vista</title> 31 35 </head>
Note:
See TracChangeset
for help on using the changeset viewer.