Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -174,7 +174,7 @@
|
|
| 174 |
// 초기 실행
|
| 175 |
window.onload = () => {
|
| 176 |
loadStory(0);
|
| 177 |
-
fetch('
|
| 178 |
.then(res => res.json())
|
| 179 |
.then(data => {
|
| 180 |
conlangData = data;
|
|
|
|
| 174 |
// 초기 실행
|
| 175 |
window.onload = () => {
|
| 176 |
loadStory(0);
|
| 177 |
+
fetch('Huiucl4.json')
|
| 178 |
.then(res => res.json())
|
| 179 |
.then(data => {
|
| 180 |
conlangData = data;
|