Ubuntu

modify css path for ec2

......@@ -6,7 +6,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>
<img src="http://localhost:8080/user/mypic.jpg"></img>
<img src="http://54.180.159.73:8080/user/mypic.jpg"></img>
<button onclick="test()">완료</button>
<script type="text/javascript">
......@@ -16,7 +16,7 @@
var params = {
// Request parameters <img src="http://localhost:8080/user/mypic.jpg"></img>
// Request parameters <img src="http://54.180.159.73:8080/user/mypic.jpg"></img>
"returnFaceId": "true",
"returnFaceLandmarks": "false",
"returnFaceAttributes": "age,gender",
......
......@@ -18,13 +18,13 @@
<title>Age Detection</title>
<link rel ="stylesheet" href="http://localhost:8080/assets/css/upload.css">
<link rel="stylesheet" href="http://localhost:8080/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="http://localhost:8080/assets/css/animate.css">
<link rel="stylesheet" href="http://localhost:8080/assets/css/magnific-popup.css">
<link rel="stylesheet" href="http://localhost:8080/assets/css/font-awesome.min.css">
<link rel ="stylesheet" href="http://54.180.159.73:8080/assets/css/upload.css">
<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/animate.css">
<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/magnific-popup.css">
<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/font-awesome.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="http://localhost:8080/assets/css/tooplate-style.css">
<link rel="stylesheet" href="http://54.180.159.73:8080/assets/css/tooplate-style.css">
<!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. -->
<script src="https://apis.google.com/js/platform.js" async defer>
......@@ -112,14 +112,14 @@
</footer>
<!-- SCRIPTS -->
<script src="http://localhost:8080/assets/js/jquery.js"></script>
<script src="http://localhost:8080/assets/js/bootstrap.min.js"></script>
<script src="http://localhost:8080/assets/js/jquery.parallax.js"></script>
<script src="http://localhost:8080/assets/js/smoothscroll.js"></script>
<script src="http://localhost:8080/assets/js/jquery.magnific-popup.min.js"></script>
<script src="http://localhost:8080/assets/js/magnific-popup-options.js"></script>
<script src="http://localhost:8080/assets/js/wow.min.js"></script>
<script src="http://localhost:8080/assets/js/custom.js"></script>
<script src="http://54.180.159.73:8080/assets/js/jquery.js"></script>
<script src="http://54.180.159.73:8080/assets/js/bootstrap.min.js"></script>
<script src="http://54.180.159.73:8080/assets/js/jquery.parallax.js"></script>
<script src="http://54.180.159.73:8080/assets/js/smoothscroll.js"></script>
<script src="http://54.180.159.73:8080/assets/js/jquery.magnific-popup.min.js"></script>
<script src="http://54.180.159.73:8080/assets/js/magnific-popup-options.js"></script>
<script src="http://54.180.159.73:8080/assets/js/wow.min.js"></script>
<script src="http://54.180.159.73:8080/assets/js/custom.js"></script>
<script>/*
document.getElementById('userfile').onchange = function(){
......