Prime810 commited on
Commit
71f3e64
·
verified ·
1 Parent(s): b634a11

Update Frontend/index.html

Browse files
Files changed (1) hide show
  1. Frontend/index.html +4 -3
Frontend/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>FaceFeel: Emotion Mirror</title>
7
- <link rel="stylesheet" href="/style.css">
8
  </head>
9
  <body>
10
  <header>
@@ -31,6 +31,7 @@
31
  <a id="downloadEmoji" download="emoji.png">⬇️ Download Emoji</a>
32
  </section>
33
 
34
- <script src="/scripts.js"></script>
 
35
  </body>
36
- </html>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
  <title>FaceFeel: Emotion Mirror</title>
7
+ <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
  <header>
 
31
  <a id="downloadEmoji" download="emoji.png">⬇️ Download Emoji</a>
32
  </section>
33
 
34
+
35
+ <script src="/static/scripts.js"></script>
36
  </body>
37
+ </html>