Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
minsung
2020-04-24 08:02:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9b337d24909b63ed674bbcf20c93b6b4eeaed2e
e9b337d2
1 parent
f69bb873
using fetch api
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
front/web/ex/fetch.html
front/web/test.md
front/web/ex/fetch.html
View file @
e9b337d
...
...
@@ -2,12 +2,17 @@
<html>
<body>
<article>
</article>
<input
type=
"button"
value=
"fetch"
onclick=
"
fetch('css').then(function(response){
/*
fetch('css').then(function(response){
response.text().then(function(text){
alert(text);
})
})
*/
fetch('html');
"
>
</body>
</html>
...
...
front/web/test.md
View file @
e9b337d
...
...
@@ -3,15 +3,3 @@
# function을 만들어서 html 페이지 입력 받아오기
#html 이름을 수정할때마다 메인페이지의 모든 이름을 수정해야해서 까다롭다
<<<<<<< HEAD
test
test
=======
>>>>>>> b2b41f3f62c815cfb25461fd8e958477ff581840
<<<<<<< HEAD
test
test
=======
>>>>>>> parent of 0e6bf1f... test
test
...
...
Please
register
or
login
to post a comment