2016-11-07 11:37:56 +01:00
|
|
|
<!DOCTYPE html>
|
2016-11-07 11:17:48 +01:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2017-04-05 00:14:30 +02:00
|
|
|
<title>KIVI - Najbolji način da pronađeš svoj dom</title>
|
2016-11-08 10:25:48 +01:00
|
|
|
<meta charset="UTF-8">
|
2017-04-14 17:01:27 +02:00
|
|
|
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
|
|
|
|
|
|
2016-11-08 10:25:48 +01:00
|
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
|
|
|
|
2016-11-10 18:03:17 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Arimo" rel="stylesheet">
|
2016-11-08 10:25:48 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
2016-11-07 11:17:48 +01:00
|
|
|
<link rel="stylesheet" href="main.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root">
|
|
|
|
|
</div>
|
2016-11-08 10:25:48 +01:00
|
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBBghY4-1wa7jETxDbyDdcGL731ZtOxpkA&libraries=places">
|
2016-11-07 11:17:48 +01:00
|
|
|
</script>
|
2017-04-08 05:11:45 +02:00
|
|
|
<script
|
|
|
|
|
src="https://code.jquery.com/jquery-3.1.1.min.js"
|
|
|
|
|
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
|
|
|
|
crossorigin="anonymous"></script>
|
2016-11-07 11:17:48 +01:00
|
|
|
<script type="text/javascript" src="app.bundle.js"></script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|