Ron Au commited on
Commit
49ece12
1 Parent(s): 075b025

fix(paths): Use absolute path for stylesheet

Browse files
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -3,11 +3,11 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="description" content="" />
6
- <link rel="icon" href="/static/wand.svg" />
7
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
  <link href="https://fonts.googleapis.com/css2?family=Italiana&family=Lato&display=swap" rel="stylesheet" />
10
- <link rel="stylesheet" href="/static/style.css" />
11
  <link href="https://fonts.googleapis.com/css2?family=Italiana&family=Lato&display=swap" rel="stylesheet" />
12
  <meta name="viewport" content="width=device-width, initial-scale=1" />
13
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="description" content="" />
6
+ <link rel="icon" href="https://hf.space/embed/ai-guru/composer/static/wand.svg" />
7
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
  <link href="https://fonts.googleapis.com/css2?family=Italiana&family=Lato&display=swap" rel="stylesheet" />
10
+ <link rel="stylesheet" href="https://hf.space/embed/ai-guru/composer/static/style.css" />
11
  <link href="https://fonts.googleapis.com/css2?family=Italiana&family=Lato&display=swap" rel="stylesheet" />
12
  <meta name="viewport" content="width=device-width, initial-scale=1" />
13
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>