Showing
2 changed files
with
6 additions
and
13 deletions
... | @@ -2,12 +2,17 @@ | ... | @@ -2,12 +2,17 @@ |
2 | <html> | 2 | <html> |
3 | 3 | ||
4 | <body> | 4 | <body> |
5 | + <article> | ||
6 | + | ||
7 | + </article> | ||
5 | <input type="button" value="fetch" onclick=" | 8 | <input type="button" value="fetch" onclick=" |
6 | - fetch('css').then(function(response){ | 9 | + /*fetch('css').then(function(response){ |
7 | response.text().then(function(text){ | 10 | response.text().then(function(text){ |
8 | alert(text); | 11 | alert(text); |
9 | }) | 12 | }) |
10 | }) | 13 | }) |
14 | + */ | ||
15 | + fetch('html'); | ||
11 | "> | 16 | "> |
12 | </body> | 17 | </body> |
13 | </html> | 18 | </html> | ... | ... |
... | @@ -3,15 +3,3 @@ | ... | @@ -3,15 +3,3 @@ |
3 | # function을 만들어서 html 페이지 입력 받아오기 | 3 | # function을 만들어서 html 페이지 입력 받아오기 |
4 | 4 | ||
5 | #html 이름을 수정할때마다 메인페이지의 모든 이름을 수정해야해서 까다롭다 | 5 | #html 이름을 수정할때마다 메인페이지의 모든 이름을 수정해야해서 까다롭다 |
6 | -<<<<<<< HEAD | ||
7 | - | ||
8 | -test | ||
9 | -test | ||
10 | -======= | ||
11 | ->>>>>>> b2b41f3f62c815cfb25461fd8e958477ff581840 | ||
12 | -<<<<<<< HEAD | ||
13 | -test | ||
14 | -test | ||
15 | -======= | ||
16 | ->>>>>>> parent of 0e6bf1f... test | ||
17 | -test | ... | ... |
-
Please register or login to post a comment