-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
25 lines (24 loc) · 1.08 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
<!doctype html>
<html>
<head>
<title>off-scrum-day</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="/manifest.json">
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="/src/off-scrum-day-app/off-scrum-day-app.html">
<link rel="import" href="../../bower_components/polymerfire/firebase-app.html">
</head>
<body>
<!-- Configure Firebase app: -->
<firebase-app name="offscrumday" api-key="AIzaSyDuSYkoRrFL20TnWsAIG2Q2DgzNt7eW00A" storage-bucket="off-scrum-day.appspot.com" auth-domain="off-scrum-day.firebaseapp.com" database-url="https://off-scrum-day.firebaseio.com"></firebase-app>
<off-scrum-day-app></off-scrum-day-app>
<style>
body {
margin: 0;
}
</style>
<script src="/bower_components/intl/dist/Intl.js"></script>
<script src="/bower_components/intl/locale-data/jsonp/nl-NL.js"></script>
</body>
</html>