-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (34 loc) · 1.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aisle Finder</title>
<base href="https://ekansh.github.io/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--meta name="viewport" content="width=device-width, initial-scale=1"-->
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="styles.css" type="text/html" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/5.5.9/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyBUW37b3JwuU6RPZtwpj2K6T5a32QGfpGo",
authDomain: "abcd-79c02.firebaseapp.com",
databaseURL: "https://abcd-79c02.firebaseio.com",
projectId: "abcd-79c02",
storageBucket: "abcd-79c02.appspot.com",
messagingSenderId: "599891454330"
};
firebase.initializeApp(config);
</script>
<link rel="stylesheet" href="styles.9bcb76c1f618816dc3db.css"></head>
<body>
<app-root>Please wait..</app-root>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.7fb637d055581aa28d51.js"></script><script type="text/javascript" src="main.c26bb19cb04917a7a106.js"></script></body>
</html>