Spaces:
Running
Running
lewiskimaru
commited on
Commit
•
6c89afe
1
Parent(s):
b6a33ff
Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
<title>Sema Translator</title>
|
7 |
-
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
|
10 |
<body>
|
@@ -29,7 +29,7 @@
|
|
29 |
</form>
|
30 |
</div>
|
31 |
|
32 |
-
<script src="script.js"></script>
|
33 |
</body>
|
34 |
|
35 |
</html>
|
|
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
<title>Sema Translator</title>
|
7 |
+
<link rel="stylesheet" href="../style.css" />
|
8 |
</head>
|
9 |
|
10 |
<body>
|
|
|
29 |
</form>
|
30 |
</div>
|
31 |
|
32 |
+
<script src="../script.js"></script>
|
33 |
</body>
|
34 |
|
35 |
</html>
|