Ignore:
Timestamp:
05/16/24 23:09:21 (7 weeks ago)
Author:
223021 <daniel.ilievski.2@…>
Branches:
main
Children:
28b3398
Parents:
d8b6c91
Message:

Implemented backend and frontend CRUD operations for job advertisements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jobvista-frontend/public/index.html

    rd8b6c91 r19398ad  
    1616      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    1717    -->
    18     <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
     18<!--    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />-->
    1919    <!--
    2020      Notice the use of %PUBLIC_URL% in the tags above.
     
    2727    -->
    2828
     29    <!--    ICONS-->
    2930    <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" />
    3034    <title>Job Vista</title>
    3135  </head>
Note: See TracChangeset for help on using the changeset viewer.