-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<title>RMS</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<link rel="icon" href="images/rms-logo.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Yantramanav:400,300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Orbitron:400,700,900" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyB9mC4kUvvP-FFkBKyex54JxmSyF-PDbVw",
authDomain: "routemanagementsystem-9897e.firebaseapp.com",
databaseURL: "https://routemanagementsystem-9897e.firebaseio.com",
storageBucket: "gs://routemanagementsystem-9897e.appspot.com",
};
firebase.initializeApp(config);
</script>
</head>
<body>
<div id="app"></div>
<script src="build.js"></script>
</body>
</html>