This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (56 loc) · 2.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>전문연구요원</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./main.css" />
<script src="https://unpkg.com/@google/[email protected]/dist/markerclustererplus.min.js"></script>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OverlappingMarkerSpiderfier/1.0.3/oms.min.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
</head>
<body>
<input type="search" class="form-control" id="searchInput" placeholder="연구소 검색">
<div id="searchResult">
</div>
<div id="map">
</div>
<script src="./main.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA8-Dts7eIL9XZ5L-k1ug12vunbxKIUKzY&callback=initMap">
</script>
<amp-ad width="100vw" height="320"
type="adsense"
data-ad-client="ca-pub-4507520612792785"
data-ad-slot="6438950181"
data-auto-format="rspv"
data-full-width="">
<div overflow=""></div>
</amp-ad>
</body>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyCud6VS1D4BaRCK-pk0RF8YuquKzaJAMTY",
authDomain: "alternative-military-service.firebaseapp.com",
databaseURL: "https://alternative-military-service.firebaseio.com",
projectId: "alternative-military-service",
storageBucket: "alternative-military-service.appspot.com",
messagingSenderId: "560926931084",
appId: "1:560926931084:web:495d0087ffaa6f5dcd23a9",
measurementId: "G-CZF7KCF04J"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</html>