-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 934 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Identity Service</title>
<meta charset="utf-8" />
<base href="/">
<meta name="viewport"
content="user-scalable=no,
initial-scale=1,
maximum-scale=1,
minimum-scale=1,
width=device-width,
height=device-height,
target-densitydpi=device-dpi" />
<!--<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">-->
<style>
body, html {
margin: 0;
padding: 0;
font-family: Montserrat, sans-serif;
font-size: 0.875em;
}
</style>
</head>
<body>
<app>Loading...</app>
<script src="libs/jquery-2.2.3.js"></script>
<script src="libs/jquery.signalR-2.2.0.js"></script>
<script src="dist/vendor.js?v=1"></script>
<script src="dist/app.js?v=1.0.0-alpha.7"></script>
</body>
</html>