Showing
2 changed files
with
16 additions
and
16 deletions
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> | 6 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> |
7 | </head> | 7 | </head> |
8 | <body> | 8 | <body> |
9 | - <img src="http://localhost:8080/user/mypic.jpg"></img> | 9 | + <img src="http://54.180.159.73:8080/user/mypic.jpg"></img> |
10 | <button onclick="test()">완료</button> | 10 | <button onclick="test()">완료</button> |
11 | 11 | ||
12 | <script type="text/javascript"> | 12 | <script type="text/javascript"> |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | 16 | ||
17 | 17 | ||
18 | var params = { | 18 | var params = { |
19 | - // Request parameters <img src="http://localhost:8080/user/mypic.jpg"></img> | 19 | + // Request parameters <img src="http://54.180.159.73:8080/user/mypic.jpg"></img> |
20 | "returnFaceId": "true", | 20 | "returnFaceId": "true", |
21 | "returnFaceLandmarks": "false", | 21 | "returnFaceLandmarks": "false", |
22 | "returnFaceAttributes": "age,gender", | 22 | "returnFaceAttributes": "age,gender", | ... | ... |
... | @@ -18,13 +18,13 @@ | ... | @@ -18,13 +18,13 @@ |
18 | 18 | ||
19 | <title>Age Detection</title> | 19 | <title>Age Detection</title> |
20 | 20 | ||
21 | -<link rel ="stylesheet" href="http://localhost:8080/assets/css/upload.css"> | 21 | +<link rel ="stylesheet" href="http://54.180.159.73:8080/assets/css/upload.css"> |
22 | -<link rel="stylesheet" href="http://localhost:8080/assets/css/bootstrap.min.css"> | 22 | +<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/bootstrap.min.css"> |
23 | -<link rel="stylesheet" href="http://localhost:8080/assets/css/animate.css"> | 23 | +<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/animate.css"> |
24 | -<link rel="stylesheet" href="http://localhost:8080/assets/css/magnific-popup.css"> | 24 | +<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/magnific-popup.css"> |
25 | -<link rel="stylesheet" href="http://localhost:8080/assets/css/font-awesome.min.css"> | 25 | +<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/font-awesome.min.css"> |
26 | <!-- MAIN CSS --> | 26 | <!-- MAIN CSS --> |
27 | -<link rel="stylesheet" href="http://localhost:8080/assets/css/tooplate-style.css"> | 27 | +<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/tooplate-style.css"> |
28 | 28 | ||
29 | <!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. --> | 29 | <!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. --> |
30 | <script src="https://apis.google.com/js/platform.js" async defer> | 30 | <script src="https://apis.google.com/js/platform.js" async defer> |
... | @@ -112,14 +112,14 @@ | ... | @@ -112,14 +112,14 @@ |
112 | </footer> | 112 | </footer> |
113 | 113 | ||
114 | <!-- SCRIPTS --> | 114 | <!-- SCRIPTS --> |
115 | -<script src="http://localhost:8080/assets/js/jquery.js"></script> | 115 | +<script src="http://54.180.159.73:8080/assets/js/jquery.js"></script> |
116 | -<script src="http://localhost:8080/assets/js/bootstrap.min.js"></script> | 116 | +<script src="http://54.180.159.73:8080/assets/js/bootstrap.min.js"></script> |
117 | -<script src="http://localhost:8080/assets/js/jquery.parallax.js"></script> | 117 | +<script src="http://54.180.159.73:8080/assets/js/jquery.parallax.js"></script> |
118 | -<script src="http://localhost:8080/assets/js/smoothscroll.js"></script> | 118 | +<script src="http://54.180.159.73:8080/assets/js/smoothscroll.js"></script> |
119 | -<script src="http://localhost:8080/assets/js/jquery.magnific-popup.min.js"></script> | 119 | +<script src="http://54.180.159.73:8080/assets/js/jquery.magnific-popup.min.js"></script> |
120 | -<script src="http://localhost:8080/assets/js/magnific-popup-options.js"></script> | 120 | +<script src="http://54.180.159.73:8080/assets/js/magnific-popup-options.js"></script> |
121 | -<script src="http://localhost:8080/assets/js/wow.min.js"></script> | 121 | +<script src="http://54.180.159.73:8080/assets/js/wow.min.js"></script> |
122 | -<script src="http://localhost:8080/assets/js/custom.js"></script> | 122 | +<script src="http://54.180.159.73:8080/assets/js/custom.js"></script> |
123 | 123 | ||
124 | <script>/* | 124 | <script>/* |
125 | document.getElementById('userfile').onchange = function(){ | 125 | document.getElementById('userfile').onchange = function(){ | ... | ... |
-
Please register or login to post a comment