Update Frontend/index.html
Browse files- Frontend/index.html +2 -2
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="static/style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<header>
|
|
@@ -30,6 +30,6 @@
|
|
| 30 |
<div id="emotionText"></div>
|
| 31 |
<a id="downloadEmoji" download="emoji.png">⬇️ Download Emoji</a>
|
| 32 |
</section>
|
| 33 |
-
<script src="static/scripts.js"></script>
|
| 34 |
</body>
|
| 35 |
</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="/static/style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<header>
|
|
|
|
| 30 |
<div id="emotionText"></div>
|
| 31 |
<a id="downloadEmoji" download="emoji.png">⬇️ Download Emoji</a>
|
| 32 |
</section>
|
| 33 |
+
<script src="/static/scripts.js"></script>
|
| 34 |
</body>
|
| 35 |
</html>
|