curieous commited on
Commit
d0e5d2f
·
verified ·
1 Parent(s): d7e5038

Fix Epic Errands Space frontend asset paths

Browse files
Files changed (1) hide show
  1. frontend/index.html +2 -2
frontend/index.html CHANGED
@@ -8,10 +8,10 @@
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Lora:wght@600;700&family=Nunito:wght@500;600;700;800&display=swap" rel="stylesheet">
10
  <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,500,0,0" rel="stylesheet">
11
- <link rel="stylesheet" href="styles/app.css">
12
  </head>
13
  <body>
14
  <main id="epic-errands-app" class="epic-app" aria-label="Epic Errands V1 mobile review prototype"></main>
15
- <script src="scripts/app.js"></script>
16
  </body>
17
  </html>
 
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Lora:wght@600;700&family=Nunito:wght@500;600;700;800&display=swap" rel="stylesheet">
10
  <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,500,0,0" rel="stylesheet">
11
+ <link rel="stylesheet" href="/frontend/styles/app.css">
12
  </head>
13
  <body>
14
  <main id="epic-errands-app" class="epic-app" aria-label="Epic Errands V1 mobile review prototype"></main>
15
+ <script src="/frontend/scripts/app.js"></script>
16
  </body>
17
  </html>